Hi all.
Please forgive me for this uber-novice question. Here goes: On my site, http://speakyourdreams.wordpress.com/, you'll notice that while I have changed the background color, there remains white spaces around the buttons, search boxes, etc. How do I get rid of this white space?
Thanks for any help!
Hi Kunderahope, Change your
Hi Kunderahope,
Change your Style CSS class :
.post_meta { background:#AFC7C7;}
#akismetwrap, .sidebar_section { background:#AFC7C7;}
It should done by this.
Regards,
Sarang...
Thanks, Sarang! Any idea how
Thanks, Sarang! Any idea how to change the background color for the date, the tag/cat buttons, and an errant discolored box at the bottom of the screen? Thanks again.
date = style the h4
date = style the h4 tags
buttons = style .post_meta p. Keep in mind, you'll need to change the image backgrounds to match that of the page, if thats what you want. Its the actual image that shows the lighter color background.
box at bottom = This has navigational graphics associated with it that are not showing. Arrows it looks like. If you dont need this, then just delete the div that holds these navigation controls and get rid of it completely. Its a div with a class of .navigation.
Much thanks.
Much thanks.
As an aside, you can use one
As an aside, you can use one of the web development extensions available to find out what each element is on the page and then modify your CSS.



