test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • djanderson Friend
    #159321

    I have recently downloaded the Ja_Portfolio template. I have been messing around with trying to add my own logo. I have added logo to my images file, changed the .css file in the images folder of the template folder but i still get the same old logo at the top which says…. “T3 Framework”. Can anybody explain this to me in simple terms on how to change this?

    Saguaros Moderator
    #374031

    How to change logo

    1) Overriding with default theme: you only create a image named is logo.png and put it into the templates/ja_TEMPALTE/images
    2)Overriding with a theme: you put your logo into the templatesja_TEMPALTEcorethemesTHEMENAMEimages

    3) Use the logo for all theme: you open the file: templatesja_TEMPALTEcsstemplate.css file and find the following code;

    h1.logo a {
    background: url(../images/logo.png) no-repeat left;
    display: block;
    width: 294px;
    height: 68px;
    }

    replace by:

    h1.logo a {
    background: url(../images/logo.png) no-repeat left!important;
    display: block;
    width: 294px;
    height: 68px;
    }

    and then you put your logo into the templates/ja_TEMPLATE/images folder

    Before checking you should press keys ctr + f5 to clear browser cache

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

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

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