Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • honzas78 Friend
    #190819

    Hi, I would like to change logo… I have problem with size and placement. I would like to place logo as on attached picture but I cant find code where can I change image placing. Could you plese help me? Thank you!


    1. Snímek-obrazovky-2013-09-23-v-2.34.56
    Saguaros Moderator
    #507165

    Hi honzas78,

    You can open file: /templates/ja_beranis/css/template.css


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

    In case that you want to change the logo, you should add into file: /templates/ja_beranis/css/custom.css this code:


    .logo-image h1 a {
    background-image: url("..your_image_path_here");
    }

    Regards

    chamitart Friend
    #510898

    Hello!

    I did that, and the logo of the template disappear but my logo did not show. What am I doing wrong?

    Ninja Lead Moderator
    #510981

    @chamitart: So that I can take a look and try to assist, please provide the url of the site you’re working on

    chamitart Friend
    #511052
    Ninja Lead Moderator
    #511190

    <em>@chamitart 396352 wrote:</em><blockquote>http://www.bananaadventuretours.com</blockquote>

    I have checked your site URL and see that logo path doesn’t exist on your site:
    http://www.bananaadventuretours.com/templates/ja_travel/images/Adm/Batpeq2.png

    and you can see css file as below

    Open templates/ja_travel/css/template.css file

    h1.logo a {
    background: url(../images/Adm/Batpeq2.png) no-repeat left top;
    display: block;
    height: 70px;
    width: 135px;
    }

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

This topic contains 6 replies, has 4 voices, and was last updated by  Ninja Lead 10 years, 11 months ago.

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