1. pedra
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 14 October 2024
  5.  Subscribe via email
hello ciaran,
is it still possible to insert a background image or an overlay in the Fedora template (for Joomla 4/5)?
I searched everything possible in the styling option and found (or see) nothing.
In Joomla 3 this was possible for the Fedora template.

Thanks in advance for the help
Pedra
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Pedra

If you are finding that the background image is not displaying, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

body.vegas-container {
position: relative;
}


Ciaran
Accepted Answer Pending Moderation
0
Votes
Undo
Great, the wallpaper is displayed. What is still missing is the overlay effect.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

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

body.vegas-container > .vegas-overlay {
position: fixed;
z-index: -1;
}


Ciaran
  • Page :
  • 1


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