Hi,
how can I change the background colour of the menu (“display as icon”) and the background colour of the caption text boxes (e.g. on my start page)? At the moemnt both is black and that´s too dark :)
Thanks!
Hi seykom!
Thank you for using Enfold.
For the menu background, please use this css code:
.av-burger-overlay-bg {
opacity: 0.9;
background: blue+-;
}
And for the caption background, use the following:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
filter: alpha(opacity = 80);
background: rgba(255, 255, 255, 0.5);
}
Adjust the values as you see fit.
Regards,
Ismael