Can’t find how to change header image in Css

  • Unknown's avatar

    I bought the upgrade to css and have been messing around with it. I know a little bit to get me through. My problem is that i tried to change the top image that was originally flowers and now nothing is showing up. I am not sure where to change or why it won’t come back at all? i tried just putting in a test image and it didn’t work. can anyone help me out?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar
  • Unknown's avatar

    One issue is that you have pasted the entire CSS stylesheet into the edit window which doesn’t work well here at wordpress.COM. It ends up breaking all the relative links in the CSS. If you do that, then you have to make sure that “start from scratch…” is selected and that you go in and replace all the relative URL’s with absolute URL’s. The best way however is to read and follow this blog post: http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/ .

    As far as doing a different header for Rounded, since it is a flexible width theme it is a little difficult which is why there was only a snippet of a header image on the left. Headers for flexible width themes have to be able to change width with the browser window and that does not work well with photographic type images. The best thing is to use graphic-style images that can be repeated so that the browser window width doesn’t matter, or use a solid color instead of an image.

  • The topic ‘Can’t find how to change header image in Css’ is closed to new replies.