Jump to content
Sign in to follow this  
nonphiction

Footer Background

Recommended Posts

nonphiction

My footer somehow turned white/transparent, so all of my footer text shows up as ghostly outlines. I've tried footer background codes in the custom css section. Can someone help me? You can see this at: www.nonphiction.com. Thank you!

Share this post


Link to post
Share on other sites
bonngean

Hi, Add this to your base.css file: #footer .texture { background-color:#000000; } Change the background-color to match the color you want. -- Bonnie

Share this post


Link to post
Share on other sites
nonphiction

Thank you Bonnie! That seems to fix the footer background color, but now I have a white space beneath the footer. Would you happen to know how to fix this? Thanks!

Share this post


Link to post
Share on other sites
bonngean

Go inside your "Design Control" options and scroll down to where it says: Basic Layout Colors. Body Background Color: #000000 Page Background Color: #FFFFFF If they are both set to this, it should make that white space under your footer navigation change to black. -- Bonnie

Share this post


Link to post
Share on other sites
nonphiction

I have it set to the following and it didn't change anything... Did I mess something up in the code somewhere?

Share this post


Link to post
Share on other sites
Andrew

Looks like you edited the 'cred' code. Probably can just hide it with: `#cred{display: none}` Also, are you using Firebug? it can really help you with some of these rules. Site looks great btw

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  

×