Hi Guys,
Sure you’ve answer this one!
Can I change the colour of the text of the non-framed captions in full width easy slider but not the colour of the framed text?
Can’t work out how to isolate the non-framed text.
Thanks!!!!
Hi jaroljmek!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.slideshow_caption, .slideshow_caption h2 { color: red!important; }
.caption_framed .slideshow_caption, .caption_framed .slideshow_caption h2 { color: green!important; }
Best regards,
Yigit