CSS to edit Header and Footer only.. Headlines theme
-
I want to keep the body one uniform color whilst i change the color on the header and footer. What is the code for me to do this. I tried everything, I’m new to this please help..
The blog I need help with is: (visible only to logged in users)
-
The background color for the header area is set with this CSS.
#top { background-color: #c1c1c1; }The color for the footer area is in two places: #footer for the very bottom and #footer-widgets for the darker grey area above the footer.
#footer { background-color: #e8e8e8; } #footer-widgets { background-color: #cecece; }
- The topic ‘CSS to edit Header and Footer only.. Headlines theme’ is closed to new replies.