Viewing 2 replies - 1 through 2 (of 2 total)
  • Save 880px wide by 200px high header image as header.jpg the upload it to your theme’s images directory. Edit style.css and change:

    #banner {
    height:200px;
    padding:20px 0;
    text-align:center;
    width:888px;
    }

    to

    #banner {
    height:200px;
    padding:20px 0;
    text-align:center;
    width:888px;
    background:url(images/header.jpg) no-repeat center center;
    }

    Hi esmi…I do not know how often you check this but I am praying you can help me out. I have the same issue as rebekah simpson, and I can read your answer very clearly. Unfortunately, I do not know coding or html. I am somewhat computer literate, but not to that level.

    I have my header as a .jpeg, so that should be fine, but what the heck is the Theme’s images directory? I do not know where that is and can’t find it for the life of me.

    I see where you are saying to edit the style.css file, and see the change within it that I need to make, but am I making the whole file what you have listed above, or am I just changing a part of it? I am assuming that the whole file needs to be what you have in the bottom box above, correct?

    I would GREATLY appreciate any help. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TAKTEEK01 Theme upload header as image instead of link to url?’ is closed to new replies.