test
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • q8xbox Friend
    #191926

    Hello,

    I want to change the logo of the site but it changed on sub pages not on the main page and i want to change the logo size to 260*110 anyhelp. please ?!

    Regards,

    pavit Moderator
    #511030

    Hi

    You can find settings for logo in this file templatesja_briskcsstemplate.css

    .logo-image a {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    width: 80px;
    height: 50px;
    }

    Change dimensions as you wish

    q8xbox Friend
    #511062

    I have do that but nothing change…?!

    I’m using RTL Template…

    phong nam Friend
    #511230

    Hi q8xbox,

    For now, I still see you are using our default logo of our JA Brisk template. It will better if you can try to follow the suggestion of Pavit again and replace with your own logo ? By that way, we can check what is wrong and give you better css styles in this case.

    q8xbox Friend
    #511295

    Hi Leo,

    I really do every thing i know but nothing work and i don’t know what should i do now ?

    phong nam Friend
    #511301

    Hi q8xbox,

    Ok. You are using the RTL styles on your website. In this case, you need to edit the /templates/ja_brisk/css/rtl/template.css file as suggested by Pavit, and also make sure that all folders are set to 755 permissions and 644 to all files (except configuration.php).

    That way, your new logo and css style changes will be effective. Try it and tell me how it goes.

    q8xbox Friend
    #511398

    Thanks Leo but nothing change 🙁

    phong nam Friend
    #511419

    Hi,

    I tried to edit the .css file to correct your logo but it seems that the server doesn’t save my changes. Well, you can open /templates/ja_brisk/css/rtl/template.css file again and replace lines:

    .logo-image a {
    background-image: url('/images/logo.png')important;
    background-repeat: no-repeat;
    width: 260px;
    height: 110px;
    }

    with

    .logo-image a {
    background-image: url("http://www.your_domain.net/templates/ja_brisk/images/logo2.png");
    background-repeat: no-repeat;
    width: 260px;
    height: 110px;
    }

    Remember to change with your domain name inside the codes above. The logo will display fine like the snapshot below.


    1. logo
    q8xbox Friend
    #511504

    Thanks Leo,

    every thing work fine now ^_^

    Regards,

    jhunter Friend
    #511651

    I am trying to change the logo size as well. I have replaced the brisk logo with mine but am unable to change the size.
    http://www.altusecosolutions.mx

    here is the code as it is in my template.css file:

    .logo-image {
    overflow: hidden;
    }
    .logo-image a {
    background-image: url(“../images/logo.png”);
    background-repeat: no-repeat;
    width: 200px;
    height: 120px;
    }
    .logo-image span,
    .logo-image small {
    display: none;

    Thanks

    phong nam Friend
    #511971

    Hi jhunter,

    I’m sorry for being late on this question. You can try to refer this tip to change the logo size.

    In addition, if you still get the problem with changing logo size, it will be better that you can make the site online again so that we can check and give you any suggestion then.

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

This topic contains 11 replies, has 4 voices, and was last updated by  phong nam 11 years, 2 months ago.

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