Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jlima Friend
    #147296

    How can I change the text (see sample attached) for a logo in jpeg or another format.Thanks


    1. sample
    prakash Friend
    #328151

    hi..

    open this file
    templatesja_quartzcsstemplate.css

    around line 920 find this section

    h1.logo a {
    width: 210px;
    height: 55px;
    display: block;
    background: url(../images/logo.png) no-repeat center;
    }

    the logo can be found in the images folder (of template)
    you can change it to say yourlogoname.jpg and place the logo in that folder…

    this is for the default template. if you have used any other template like say if you select spring… then you need to add the logo to that sub folder and also modify the respective template css like for spring its colorsspring.css

    h1.logo a {
    background: url(../../images/spring/logo.png) no-repeat center;
    }

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

This topic contains 2 replies, has 2 voices, and was last updated by  prakash 14 years, 10 months ago.

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