Changing Footer Background Color
-
Hello;
Probably something very simple that I am overlooking, getting frustrated, but where do I change the footer background color? I am using the Benevolence theme.
thanks for your helpThe blog I need help with is: (visible only to logged in users)
-
I think you may have meant to post this thread into the CSS customization forum is that correct?
-
-
No problem we can get a Moderator to move the thread. The volunteer who helps with CSS isn’t logged in and available right now.
-
xxxbabe,
You change the background in the #footer selector.
BTW, it seems you copied the entire CSS in the CSS editor. If that’s correct, then I’d recommend you reading this:
http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/
-
Oh I see you have started a new thread in the CSS customization forum so that means this one can be closed.
-
-
-
@devblog I tested it and it looked good. Did you try it? Note that http://debbdean.wordpress.com/ is changing the rest of the content areas with other colors already.
-
-
this has been making my head spin!, I was looking for a line to change when it had to be added.
novice. -
yes, I did try it and the #footer selector does it.
Now, I just tried setting the background color of the #wrapper selector to a different color. True, the footer’s background changed, but so did the header’s. You won’t see the effect in the contents area, because the #insideWrapper selector has a background color set. But what if later on she’d decided to set the #insideWrapper background to transparent?
I don’t see the point of setting the background in the #wrapper’s definition when it can be done targeting the element itself, especially when such element has and ID selector defined already.
-
too slow to type…
another possibility is, what if for some reason images don’t load? the header would have the same background as the wrapper unless its selector has its own background set. Same logic applies to the footer.
Another possibility is, what if in the future she wants to add an image to the footer? it would be inefficient to do it in the #wrapper definition. The footer has its selector, that is where it should be defined.
- The topic ‘Changing Footer Background Color’ is closed to new replies.