Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • 2domedia Friend
    #132667

    Hello,
    I am trying to remove (replace) the logo that on the bottom left of the template. I see that the name of the image is footer.logo, but where can I remove (replace) that image.

    Thanks

    oderland Friend
    #267601

    search for sublogo div in css/template.css, mine is:
    div.sublogo a {
    font-size: 200%;
    display: block;
    text-align: center;
    background: url(../images/produceratavoderland.png) no-repeat right;
    width: 115px;
    height: 38px;
    text-indent: -5000px;
    position: bottom;
    left: 50px;
    }

    markb1439 Friend
    #267602

    Just look in the “images” files for that logo. Replace it with one of your own, but name it the same thing as the original footer logo. You can even use the original file as the basis for creating the new one in Photoshop or a similar program.

    Note that the logo can go in any of three places, depending on which color variation of the theme you are using…in the root “images” folder for the template, or in the color subfolders. In a case like this, I simply put the modified image in all three places so it will appear no matter which color variation I choose. However in my case I don’t want to vary the logo’s color. If I wanted it to be different for each color variations, I would create variants and put them in the appropriate places.

    Hope this helps.

    Sherlock Friend
    #267622

    Hi
    That is template.css (line 1032)


    div.sublogo a {
    background:transparent url(../images/logo-sub.gif) no-repeat scroll right center;
    display:block;
    font-size:200%;
    height:70px;
    left:10px;
    position:absolute;
    text-align:center;
    text-indent:-5000px;
    width:150px;
    }

    You replace by change logo-sub.gif in templates/ja_mesolite/images folder

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 4 voices, and was last updated by  Sherlock 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum