Howdy,
How do I change the static nav menu font color in my Habitat theme?
As well..... How do I change the Footer Header font color?
Thanks,
Spencer
Howdy,
How do I change the static nav menu font color in my Habitat theme?
As well..... How do I change the Footer Header font color?
Thanks,
Spencer
Figured it out via trial and error.
*** Note this is a global change.
To change the font color in the static menu nav and Footer Headers & Headers globally put this code at the top of your style2.css
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .siteheading, .siteheading a, div .nav li a strong, a:hover, div .entry-head a:hover, div .tag_list a:hover {
color: #777 !important;
}
Cheers,
Spencer
Glad that you found a solution :)
You must log in to post.