Hey,
I want all Caption titles on the Fullwidth Easy slider to be white
http://www.newyorkinspiration.com/family-friendly-hotels-in-new-york/
What code shall I add?
Thanks
Charlotte
Hi Charlotte!
To make all the caption white please use the below code in Quick CSS
.slideshow_inner_caption h2 {
color:#FFF!important;
}
Cheers!
Vinay Kashyap
Thanks :)