Viewing 3 replies - 1 through 3 (of 3 total)
  • You can add your header image as a background to:

    #header {
    background-color:#000;
    height:45px;
    }

    in style.css using:

    #header {
    background:#000 url(images/header.jpg) no-repeat left top;
    height:45px;
    }

    and uploading an image called ‘header.jpg’ to your theme’s images folder.

    Thread Starter katyasandom

    (@katyasandom)

    Thanks for the quick answer!
    I tried that and still the same, that is nothing, no image visible on the page…i don’t get it

    Now put header.jpg in the theme’s images folder.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem with uploading logo into header!’ is closed to new replies.