Change footer color in Toujours
-
Hello. Toujours is looking good, but I don’t like my footer background color. Is there a way to change this with CSS? I am able to change the page background, site title, links and menu colors on my own, but I could not figure out how to improve on the footer color. Many thanks!
The blog I need help with is: (visible only to logged in users)
-
When I change the color of the footer background, will the font color of the footer automatically change to something contrasting? Right now it is white type. Yes, I have the CSS upgrade.
-
Hello,
Please add the following CSS:
#footer-widgets, #colophon { background-color: #C1B779!important; } -
Thank you very much @dianakcury. This worked beautifully. Is there a way to change the font color from white to something else? The white is a bit tough to read with a lighter color. Thanks so much.
-
Hi Susan!
Yes, please replace the previous code with this one:
#footer-widgets,#colophon{ background-color:#A5A983 !important; color:#000 } #footer-widgets a,#colophon a, #footer-widgets h3.widget-title { color:#000 }
- The topic ‘Change footer color in Toujours’ is closed to new replies.