CSS change footer color
-
Can someone please tell me the code or if its possible to change my footer header to match my menu color: #f75611
Thank you kind people.
The blog I need help with is: (visible only to logged in users)
-
All I would like the font white in the footer. and please note I was trying to say footer not header :)
-
Hi @nich0lasmoore,
Here is the code that I posted on your other comment. I think it should do what you are looking for.
#footer. #footer a, #footer .sep { background-color: #f75611 !important; color: #ffffff !important; } -
-
Sorry about that I think I had a typo in there. A period that she uld have been a comma.
Try this, I think it should work.#footer, #footer a, #footer .sep { background-color: #f75611 !important; color: #ffffff !important; }Let me know if that does it.
-
- The topic ‘CSS change footer color’ is closed to new replies.