Hi,
I would like to change the font color for the footer section, both for the normal font style as well as mouse over. Where should I change this at?
Thank you,
Tim
Hi,
I would like to change the font color for the footer section, both for the normal font style as well as mouse over. Where should I change this at?
Thank you,
Tim
Hey,
This does depend on which style option you chose. If it's the default style, the colour can be changed in this code at the top of style1.css - this would control links on hover and content not in a widget:
.footer, #top .footer a:hover, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .dropcap2, .dropcap3, .wrapper_heading h2, .button, #js_sort_items span, #top .pagination a:hover{
color:#fff;
text-shadow:1px 1px 0 #222;
}
.footer a{
color:#bbb;
}
For widgets, it's line 459 of the same file:
.footer .widget_recent_entries a,.footer .widget_categories a, .footer .widget_pages a, .footer .widget_meta a, .footer .widget_archive a , .footer .widget_nav_menu a, .footer .widget_links a{
border-bottom-color: #aaa;
color: #ddd;
text-decoration: none;
background:url("../images/skin1/bullet.png") no-repeat scroll 1px 11px transparent;
}
James
That worked perfectly, thank you!
Hey,
No problem! Let us know if you have any other questions.
James
You must log in to post.