Hi There
First off thanks for a great theme. I love Enfold. I think Im using it on about 4 sites.
Is there a way to control the opacity of the coloured areas beneath the text when I use the Avia Layout editor: Fullscreen Slider: Edit Form Element. I would like to make the opacity a little lighter if possible. Is there a way to find the css that controls this?
Thanks in anticipation
Mark Payton
Hi markpay10,
Please try the following in Quick CSS under Enfold–>General Styling:
.caption_framed .slideshow_caption .avia-caption-title {
background: rgba(0, 0, 0, 0.7) !important;
}
Adjust the value 7 up if you would like it to be darker.
Best regards,
Rikard
Awesome thanks for that. The css above only changed the title block. But because of your guidance I managed to work out that adding further css it changed the caption copy background too.
Thanks for your help and quick response, really appreciate the help.
Mark
.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 {
background: rgba(0, 0, 0, 0.3) !important;
}