On this page: http://bluemontinluray.com/
I want the small slider to have a lighter shade of white as the title /caption background with the text dark brown.
I tried several codes but none seem to work for me
Thanks!
Hey elames!
Please add following code to Quick CSS
#top #wrap_all .main_color h2 {
color: white;
}
Regards,
Yigit
This didn’t have any effect on the text on the slider title and caption.
This made my blog header all white and now no header image from the color section is showing.
Hi!
Sorry, i copied wrong selector. Please use following one
.avia-slideshow .avia-caption .avia-caption-title { color: white !important; }
Best regards,
Yigit
Resolved. Thanks that worked