CSS to replace header image?
-
I’m in the process of modifying the Digg 3 template. I was wondering if there’s a way to completely override or remove the header, including the RSS feed buttons and search bar. I just want to have my own title image there.
My blog is http://chocolateandwhine.wordpress.com
The blog I need help with is: (visible only to logged in users)
-
Adding a ” display:none; ” declaration for #syndication and #searchbox gets rid those two elements, but the grey bar remains, which is according to the source code div id=”header-overlay” although I’m not seeing the gif in the CSS there.
-
Thank you, that helped a lot.
I don’t suppose you could help me with something else?
I want to expand the content width, but when I do that, it leaves a lot of extra space between the post and the right sidebar. Do you know what I need to change to expand the post area so that there’s equal space between that and each sidebar? I want there to be a 10px margin between each sidebar, but I’m confused on which “narrowcolumbwrapper” to change or if that’s even the right thing to be looking at. I want the post area to be at least 500px wide.
-
- The topic ‘CSS to replace header image?’ is closed to new replies.