Eliminating Header Image
-
I am very happy using Chris Pearson’s Cutline theme, but I would like to eliminate the header image altogether. Does anyone who knows CSS have any idea how I might do this? Thank you for your help!
The blog I need help with is: (visible only to logged in users)
-
We can’t help without a link to your blog, starting with http. The answer depends on the blog.
-
If this is the blog you are talking about, http://lovbourg.wordpress.com/ , and that is all you want to do, then add the following to the CSS edit window (assuming of course that you have bought the CSS upgrade:
#header_img img { display:none; }You can put it into the CSS edit window and then use the preview function to see how it looks before you buy the CSS upgrade.
Also if you get the CSS upgrade, do NOT paste the entire stylesheet into the edit window. It has consequences here at wordpress.COM.
Read this blog post by devblog on why and how to work with CSS here at .COM:
http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/
-
-
- The topic ‘Eliminating Header Image’ is closed to new replies.