Tagged: full width easy slider
Love the options to change the font color and size on the full width easy slider, but would like to change the default black color and opacity of the frame behind the text + modify the positioning within the slider.
What’s the quick CSS trick?
Thanks!
Hey codemode!
Thank you for using Enfold.
You can use this on Quick CSS:
.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: #000;
filter: alpha(opacity = 80);
background: rgba(0, 0, 0, 0.5);
}
Cheers!
Ismael
perfect thanks!