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
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Great, the wallpaper is displayed. What is still missing is the overlay effect.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
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
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,

thank you for the info. Unfortunately, that didn't work now. I simply combined the background image with the overlay and got the desired effect.

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


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