Hi
How do i change the font color for the slider right now its black/gray
blog.midwestmovies.us
Thanks
Praveen
Hi
How do i change the font color for the slider right now its black/gray
blog.midwestmovies.us
Thanks
Praveen
Hi!
Please add following css code to the bottom of style.css and change the color value if required:
#top #featured a {
color: #444 !important;
}
Regards,
Peter
Thanks Peter..
one more small favor is it possible to change the background color also ?
http://blog.midwestmovies.us
Hi Praveen,
Try to add this code at the bottom of style.css:
.newsselect {
background: lightgrey !important;
}
.newsselect .active_item {
background: yellow !important; /* changes the background color of the selected slider*/
}
Just replace the color. Hope this helps.
Regards,
Ismael
Thank you Ismael.. sorry for the delay in response. it worked
Hey,
Glad we could help. :)
Regards,
Ismael
This topic has been closed to new replies.