arlomiller 7 Report post Posted July 25, 2012 I have been trying to figure out how to change the color for the footer in our site. I'd like it to be a dark green background with white text. This seems like it ought to be a simple thing to do. Searching the forums hasn't been particularly revealing, other than to let me know that others have had a hard time also. Share this post Link to post Share on other sites
pdmutah 0 Report post Posted July 25, 2012 Use the following code: Under Site Options >> Custom Code >> (Scroll Down to CSS Rules) Paste the following #footer{background:#392208 !important;} *Note: Change the number to the HEX color code you want. Share this post Link to post Share on other sites
catrina 103 Report post Posted July 25, 2012 In Custom Code > Custom CSS, please add the following: [code]section#morefoot section.container.no_clone.section-morefoot.fix {background-color: #xxxxxx; color: #fff;}[/code] Replace xxxxxx with the hex for the dark green color you want. You may try pdmutah's solution and mine one at a time to see which one works best. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites