Tagged: fullscreen slider
Hi guys,
I’ve used the fullscreen slider on the homepage. The white Caption Title and Caption Text are both in a semi black transparant container. I’d like to remove this container, and have the Title in blue and the text in white, so no container. How to do this?
Thanks in advance!
Hi jeffreyvanoostrom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.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: transparent!important; }
h2.avia-caption-title { color: blue !important; }
Regards,
Yigit