Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • davidsg3 Friend
    #203404

    HI friends.

    I would like to add a logo in the template JA Lens.

    The website is:

    http://www.viatgesconcord.com

    I would like to add it beside categories selection, in the space we have for give the name to the page.
    It must be placed Where the webpage shows VIATGES CONCORD, in the attachment.

    Thanks.


    1. Captura-de-pantalla-2014-12-08-a-las-19.37.24
    TomC Moderator
    #557895

    Within file path —> /templates/ja_lens/css/template.css
    at (approximately) line 714, you should see the following CSS rule:


    #logo h1 a {
    background: url("../images/logo.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    color: #fff
    display: block;
    font-size: 0;
    height: 60px;
    line-height: 60px;
    padding-left: 0;
    text-indent: -9999em;
    width: 60px;

    }

    Replace the current background image file path with the file path for your logo.

    You may also need to adjust the height and width properties – depending on the dimensions of your logo image.

    davidsg3 Friend
    #558608

    Hi tom.

    I did what you recommended to me but one thing I see that its not normal is that in the website there is no logo. The rule is wrotte but no file logo.png it is in the folder.

    I created the logo file, I uploaded it with filezilla, but the website stills equal as it was before.

    I think the file is bigger, but I can’t see real proportions of the box or where the logo box is located. I can Change the words ov Viatges concord, but I don’t see if the logo file will be placed there or in any other place.

    Can you help me?

    Thanks

    davidsg3 Friend
    #558695

    Hi Tom.

    I tried again with the logo but I can’t see anything.

    I can change the container where the logo must be located, but I can’t achieve anything.

    The logo sizes 400×52 px, and now its uploaded in the correct folder.

    What I need is to edit the css rules to show it in the website.

    Can you help me?

    Thanks

    Ninja Lead Moderator
    #558773

    You can try to use my solution below to change the logo on your site

    Open templates/ja_lens/css/template.css file

    #logo h1 a {
    color: #fff
    padding-left: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: url(../images/logo.png) no-repeat center center;
    display: block;
    font-size: 0px;
    text-indent: -9999em;
    }

    With logo path: templates/ja_lens/images/logo.png

    TomC Moderator
    #558837

    <em>@Ninja Lead 457734 wrote:</em><blockquote>You can try to use my solution below to change the logo on your site

    Open templates/ja_lens/css/template.css file

    #logo h1 a {
    color: #fff
    padding-left: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: url(../images/logo.png) no-repeat center center;
    display: block;
    font-size: 0px;
    text-indent: -9999em;
    }

    With logo path: templates/ja_lens/images/logo.png</blockquote>

    Not certain how this would be any different (in effect) than what I had recommended. :confused:

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

This topic contains 6 replies, has 3 voices, and was last updated by  TomC 9 years, 4 months ago.

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