Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • gebs Friend
    #181170

    Where is the location of the mobile logo?

    gebs Friend
    #469053

    Check that found it. It is the mobile-logo.png in the images folder of the template

    jclivingstone Friend
    #478024

    What mobile-logo.png file?

    Ninja Lead Moderator
    #478226

    You can change it here
    <blockquote>templates/ja_university/css/layout-mobile-port.css</blockquote>

    #ja-header h1.logo a {
    background-image: url(../images/logo-mobile.png);
    height: 56px;
    width: 59px;
    }

    With correct path of logo:
    <blockquote>templates/ja_university/images/logo-mobile.png</blockquote>

    chicat Friend
    #479552

    Is there any way it is possible to use a slightly larger size logo without breaking the template? My site’s name / logo is pretty wide and shrinking it down to 56px59px makes it extremely difficult to read. If I had 15 or so extra pixels of width it would make a big difference in readability, but I’m not certain if the template would have issues if I just modified the pixel dimensions and inserted the corresponding larger image,

    Thanks.

    Ninja Lead Moderator
    #479731

    On this case you can change it here
    <blockquote>templates/ja_university/css/layout-mobile-port.css</blockquote>
    find and change width, height on the logo


    #ja-header h1.logo {
    height: 56px;
    width: 59px;
    }
    #ja-header h1.logo a {
    background-image: url(../images/logo-mobile.png);
    height: 56px;
    width: 59px;
    }

    to change logo, follow this path :
    <blockquote>templates/ja_university/images/logo-mobile.png</blockquote>

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

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

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