test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • micheltorres Friend
    #186628

    Hello,

    How can I change JA Argo logo that appears on menu in mobile version of template?
    This menu is displayed to the left of the screen when triggered at the top.

    Thank you

    Ninja Lead Moderator
    #489463

    This way will help you do that

    Open templates/ja_argo/css/custom.css file

    add new script below

    @media (min-width: 600px) and (max-width: 767px) {
    .logo-image a {
    background-image: url("../images/mobilelogo.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 50px;
    }
    }

    With logo path: templates/ja_argo/images/mobilelogo.png

    micheltorres Friend
    #489544

    Hello Ninja Lead,

    Don’t work.
    Already deleted the cache, tried another mobile browser and even other smartphone.

    Any other idea?

    Thank you again

    micheltorres Friend
    #489572

    Hello again,

    I think I need to explain better: I’m not dealing with the main site logo.
    When clicked on the site’s main menu (three little horizontal lines on mobile) opens a module in the left containing menu itself. It is on this screen that appears JA Argo logo who wish to modify.

    Thank you.

    Ninja Lead Moderator
    #489695

    I got the problem you mentioned but i’m not sure if the the theme / template style has been changed from the default config or not? You can try to change logo for the menu in mobile theme: templates/ja_argo/images/logo.png

    If it doesn’t help you can send me site url. I shall help you.

    micheltorres Friend
    #489919

    I replaced the file and it worked.
    Thank you again

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

This topic contains 6 replies, has 2 voices, and was last updated by  micheltorres 11 years, 7 months ago.

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