Freshy: Getting rid of light gray bars at the bottom of posts
-
Hey,
I’m trying to make the background color of my content slightly translucent, but there are these gray bars at the bottom of posts that just stand out way too much.
Any idea on getting rid of them or making them invisible?
Thanks
The blog I need help with is: (visible only to logged in users)
-
Ah, that color is actually coming from the “body” tag instead of “#page”, I didn’t see that before. You can change it to a solid color like this:
body { background: #3AAEAA; }There is also some gray in the footer image itself:
http://s0.wp.com/wp-content/themes/pub/freshy/images/page_bottom.gifOne way around that would be to remove that background image from the footer like this:
#footer { background: none; } #footer .footer_content { border: none; }
- The topic ‘Freshy: Getting rid of light gray bars at the bottom of posts’ is closed to new replies.