• I am very new to all this but am trying to help my aunt create a web site. I used the theme Desk Mess Mirrored 1.7.2 by Edward Caissie but I would like to replace the image (i think it’s just one) at the top with my own. I can not figure out how to do this. My page can be found at http://www.jksvisions.com/test. I have noticed that people asking questions often supply the code so below is mine. Thanks in advance for your kind assistance!!
    Kym

    [Large code excerpt removed by moderator. Per forum rules, please use the pastebin for all large code excerpts. It works better anyway.]

Viewing 1 replies (of 1 total)
  • There’s actually 3 seperate images at the top of your theme. One behind the title, one to the right with the coffee cup and the other with the pens on it.

    Easiest way is to just rename the image you want to use to match the name of the image being used now. You might have to adjust the css for the image to fit right if it’s a different size.

    If you don’t want the other images there and just want one, you can comment the css out to remove them.

    #headerleft {
    #logo {
    #cup {
    are what to look for in the style.css. to adjust these for your own images.

    #logo {
    margin-left: -93px;
    float:left;
    background:url(images/logo-bg.png) no-repeat;

    this is the code in the css for the center log image, put your new image in the images directory of your theme, and either name it the same, or change the name in the css.

Viewing 1 replies (of 1 total)

The topic ‘Help replacing an image’ is closed to new replies.