Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • brusamolino Friend
    #999572

    Hi
    i’d like to change hamburger icon on left menĂ¹ with an image… how can i do?

    Thanks Luca

    Pankaj Sharma Moderator
    #999674

    Hi
    Kindly find my suggestion given in this thread for the same question.
    Hope it helps.

    brusamolino Friend
    #999873

    Hi
    i’ve create a class in my custom.css but it doesn’t function… why?

    .patty {
    background-image: url("../../../../logo_home.png");
    background-color: #FFF;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    display: inline-block;
    }

    Pankaj Sharma Moderator
    #999878

    Hi
    You can change it with font awesome icon.
    Beside if still not working kindly share the site URL here.

    brusamolino Friend
    #999884
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #1000077

    Hi
    You have to use a different class name so it will not loads the default style.
    Example:

    .patti {
    background-image: url("../../../../logo_home.png");
    background-color: #FFF;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    display: inline-block;
    }

    Change the patty into patti from header.php file.
    Make sure your image path is correct.

    brusamolino Friend
    #1000262

    hi
    there isn’t any "patty" tag inside templates/ja_mono/tpls/blocks

    can you help me?

    Pankaj Sharma Moderator
    #1000269

    Hi
    Hi
    You have to use a different class name so it will not loads the default style.
    Patty class use its own style .that is defined in template. So u have to use different class name for custom style .

    brusamolino Friend
    #1000272

    yes i know
    you have said me to change the patty into patti from header.php file

    But there isn’t any patty class (not patti) inside header.php

    Pankaj Sharma Moderator
    #1000281
    This reply has been marked as private.
    brusamolino Friend
    #1000294

    Hi
    i don’t uderstand… i have created a new class patti in my custom.css
    you have said me to modify header.php and where there is patty class replace with patti

    Is correct?

    But inside header.php ther isn’t any patty class to replace with patti

    Thnaks Luca

    Pankaj Sharma Moderator
    #1000330

    Hi
    It seems you haven’t followed my suggestion from 1st post.
    This is defined via style classes , check this : http://prntscr.com/cqspr7
    You can modify the style class for patty in /templates/ja_mono/css/off-canvas.css to define different style .
    Or u can change the class with an icon from /tpls/blocks/off-canvas.php file
    Find below code

    <span class="patty">

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

This topic contains 11 replies, has 2 voices, and was last updated by  Pankaj Sharma 7 years, 4 months ago.

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