1. Kliekske
  2. Commercial Templates
  3. Friday, 09 February 2024
  4.  Subscribe via email
Hello Ciaran,

I'm using the Ashley J4 template and I have some problems with the background image. I couldn't set the background images in the template settings so I added it in the custom CSS. The problem is that the image doesn't stay fixed. It scrolls with the content of the website.

Because the background-size is "cover" on every page the background looks different.

Is there a way to fix this?

Thanks for the support!

Best regards,
Frits Strijbos
References
  1. https://joomla5.bouwmaterialen-neerkant.nl/
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

body {
background-attachment: fixed;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!