Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • zxangan Friend
    #135351

    Hi I want to remove the bottom logo on the left side, but how do I do it?? 😉

    jwellman Friend
    #279054

    I’ve never worked with this template but it looks like it might be the logo-sub.gif image. You should be able to cut the image out of your CSS or replace it with your own.

    }
    div.sublogo a {template.css (line 1032)
    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;
    }

    lemka Friend
    #279252

    Hi all, I use exactly this template, and solution is very easy
    as jwellman say, you must find css file (where logo is specified) templatesja_mesolitecsstemplate.css

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

    uncomment this line, and logo is gone, or modify

    by lemka

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

This topic contains 3 replies, has 3 voices, and was last updated by  lemka 16 years ago.

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