Jump to content
Sign in to follow this  
create180design

Footer background color

Recommended Posts

Jenny

Add this to your custom CSS. Change the color to whatever you want:

	#footer, .fixed_width #footer {
	    background-color: #FFFFFF;
	}
	


Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

Share this post


Link to post
Share on other sites
dinnozurian
Hi Jenny, I tried using your tip, yet it did not provide the correction to the error on my site www.rglglobal.com. My footer bkg color is just not showing up. (I'm so frustrated!). Do you know how can I add a black bkg to my site: www.rglglobal.com? Big Thanks, -Dz

Share this post


Link to post
Share on other sites
Jenny
Hi Dz. Try what I suggested above, except adding !important to it, like this: [code]#footer, .fixed_width #footer { background-color: #000000 !important; }[/code] If you have the previous code I gave you in your custom CSS still, make sure you remove it.

Jenny :: Web designer at Simple Mama (follow me at @simplemamacom)

Check out Share Me, a social sharing add-on for DMS that is super simple to set up.

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  

×