Tagged: fullscreen slider
Can you direct me to where I can change the text background color and opacity on a Fullscreen slider.
Thanks
Mike
Hi msmazza!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.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, 255, 0, 0.3); }
0,255,0 is the RGB value of the color and 0.3 is the opacity level
Cheers!
Yigit