Delete generic header off custom CSS
-
I copied the custom CSS I use for my first blog, http://hellonedman.com and pasted it into my second blog, http://nathanaelsaldana.com and only changed the file name for the header image, which should be http://nathanaelsaldana.files.wordpress.com/2010/09/portfolio_header_750x400.jpg. Still, somehow the generic blue header still appears above the header i created. I guess I don’t understand why it appears here and not in my old blog, when the CSS is exactly the same (with the exception of the file name). How do I get rid of this?
Thanks so much.
The blog I need help with is: (visible only to logged in users)
-
-
I’m not sure why that happened although it looks like you’re not hiding some of the existing header. The code below should fix the problem:
#header h1, #header .description, #headerimg {display:none;} -
- The topic ‘Delete generic header off custom CSS’ is closed to new replies.
