Hermes theme – change header and footer text color
-
Hi!
I want to change the header and footer text color of my new website. Now it’s grey, but I prefer it black. I haven’t ever used CSS before, so is it possible to get some help? :)
The blog I need help with is: (visible only to logged in users)
-
Hey there,
to change the header and the footer text color you can just paste this to your custom CSS
#masthead, #masthead a { color: #000000 !important; } ul { color: black; } #colophon .footer-widgets .widget { color: black; } #colophon a:hover, #colophon .widget .widget-title { color: black; }Let me know if that did the trick for you.
-
-
- The topic ‘Hermes theme – change header and footer text color’ is closed to new replies.