• Hi!

    I decided I wanted to change my header to something a little different, but still keep my theme. The new header is the same size as my old one. I am hosted on GoDaddy, so I uploaded my new header to the same location as my old one, itslaurenservideo.com/wp-content/themes/darkzen/images/. Once I was done, I edited the style sheet to replace the new header from its old name (header1.png) to its new name (header2.png). It isn’t working. I even cleared the cache on Safari and it still won’t show up. What did I do wrong?

Viewing 1 replies (of 1 total)
  • The stylesheet hasn’t been edited? style.css (line 39):

    #header {
    background-image:url(images/header1.png);
    clear:both;
    height:220px;
    margin:auto;
    padding-left:0;
    text-align:left;
    width:960px;
    }

    Replace header1.png with header2.png.

Viewing 1 replies (of 1 total)
  • The topic ‘Header won’t change’ is closed to new replies.