nonphiction 0 Report post Posted March 22, 2011 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 0 Report post Posted March 22, 2011 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 0 Report post Posted March 22, 2011 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 0 Report post Posted March 22, 2011 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 0 Report post Posted March 24, 2011 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 207 Report post Posted March 24, 2011 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