• Resolved capris

    (@capris)


    Hi All,

    I’m helping someone work on a WP template, and they asked me to change the header image from the default to an image they prefer.

    I have dome this before to otther wp blogs, so I added the image to the image folders, found the lines of code within th eeditor and changed the image name to my new image…and the old image went and was replace with an empty space.

    hall & hall2 are the new images. On the site I have reverted back to the default so that you can see where the image has to go.

    The only places I found the old images in the code was:

    Stylesheet

    .menu {
    width: 150px;
    background: transparent url(‘images/hall2.jpg’) no-repeat center right;
    margin: 20px 0 10px 0;
    padding-right: 820px;
    float: left;
    clear: both;
    }

    And…

    800.css

    .menu {
    width: 130px;
    background: transparent url(‘images/hall.jpg’) no-repeat center right;
    margin: 20px 0 10px 0;
    padding-right: 610px;
    float: left;
    clear: both;
    }

    I have installed the blog on a URL I dont really use…you can find it HERE

    Any help appreciated.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter capris

    (@capris)

    PS

    Really sorry for my bad spelling! Was typing in the dark after looking at code for the last hour!

    Thread Starter capris

    (@capris)

    UPDATE

    Schoolboy error!

    When the new image transfered, it was hall.JPG.

    The fix was to change .JPG to lowercase.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Image Problem’ is closed to new replies.