Change color footer
- The topic ‘Change color footer’ is closed to new replies.
Need help? Check out our Support site, then
I am trying to change the color of the footer of my blog. Currently it is black and I can’t change it to pink like the rest of the page. Any advice?
The blog I need help with is: (visible only to logged in users)
Hi,
The WordPress.com color system is a bit limiting, sorry about that.
You’ll need to use some custom CSS code:
#footer-widgets { background: #hexcode; }
Replace the hexcode with the hex code of the color.