Making top and bottom of body match?
-
How do I make the top part of my body match the bottom yellow. I wanted the whole outer edge to be yellow? I’ve been looking for that forever.
thesacredpath, I just started over the CSS edit. I figured I needed to learn it anyway and it was good practice.
The blog I need help with is: (visible only to logged in users)
-
Add this to your CSS:
#wrap { background: transparent; } #footer { background: transparent; } a#powered { background: transparent; }The last bit takes away the wordpress logo since it has a grey background. I tried to move the copyright and theme info to the left, but didn’t get it figured out how to do it. The obvious way didn’t work.
-
-
If you are using Firefox, I suggest getting the Firebug addon which allows you to quickly fine what controls what in the CSS, and even allows you to make “realtime” changes to see the effect.
Take a little time to read through this blog post on Firebug basics and it should serve you well and make things a lot easier for you.
http://www.evotech.net/blog/2007/06/introduction-to-firebug/
- The topic ‘Making top and bottom of body match?’ is closed to new replies.