Jump to content
Sign in to follow this  
arlomiller

Background Color for Footer

Recommended Posts

arlomiller

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
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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×