Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • cailia Friend
    #156760

    I’m at a total loss trying to change the logo for the Community Plus template. I changed the logo.png in the templates>images file as well as in the core>theme>blue-light>image file. Nothing.

    There must be something I’m missing. Please help.

    gray Friend
    #364225

    Logo is set by CSS


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

    Also it’s present in 5 folders in /themes/ directory – velvet, brown-red, brown-green, blue-orange, blue-light.

    Make sure you replaced logo.png in the correct folder (theme you are using) and cache is cleaned.

    Saguaros Moderator
    #364229

    or you can use code in the template.css file

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

    replace:

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

    when done, you will put you logo into the templates/ja_community_plus/images

    cailia Friend
    #364267

    Thank you very much. It works. Now I can finally get some sleep!:laugh:

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

This topic contains 4 replies, has 3 voices, and was last updated by  cailia 13 years, 12 months ago.

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