header image and css
-
hi,
i am new to wordpress and am trying to customize my blog by altering the CSS. However, the header image seems to have disappeared. Does anyone have any thoughts? Please help.
-
Once you get the custom CSS upgrade, you have to put the link to your header image directly into the CSS. First upload the image to the media library, then get the URL of the image, then put it into the CSS.
-
-
-
btw, i tried adding the code by thesacredpath to many different parts of my css, but the header just wouldn’t appear.
what is wrong here?
# pic {
background:transparent url(http://vergiftet.wordpress.com/files/2008/10/header2.jpg) no-repeat scroll 0 0;
} -
What’s wrong is that the CSS for every theme is different so the selector is different. In your case, it is in div#header.
If you are going to play with CSS, I strongly suggest getting the developer’s toolbar for Firefox. That allows you to see the elements in your theme.
-
Thanks, that’s a good idea, switched to Firefox now.
However, the header appears in a rather weird place now and there is a black line in the middle of it. Do you happen to know how to place the header in its original position?
- The topic ‘header image and css’ is closed to new replies.