Hi,
How can we Change color of the font in the Easy Slider caption and background?
I cant seem to change it with css.
Thanks
Hi TravisKempers!
Try adding this to your custom CSS.
.avia-caption-title { color: red !important; }
.avia-caption-content, .avia-caption-content p { color: blue !important; }
Regards,
Elliott
Updated as now resolved.