dsh2000 2 Report post Posted June 30, 2011 Hi everyone, How do I change the morefoot background color? I am currently using the full-width design with canvas. My settings are: body background color: #000000 page background color: #000000 page canvas background color: transparent Any suggestions about how to change this with custom css? Thank you. Share this post Link to post Share on other sites
Kate 3 Report post Posted June 30, 2011 In your custom CSS, add this: #morefoot{background:#404040;} Change the hex value to whatever color you want. Share this post Link to post Share on other sites