Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #530072

    Hello…
    I’m a bit lost and I can find a way to modify the animation and the icon of the mobile menu.

    I wish have an animation that scroll from right straight to left (not coming from the top like the standard) and change the icon with tree simple lines (a font or a png…).

    Someone can help me where I can find a open thread that I didn’t found or where I can or how I can modify these things… Any help is welcome!

    Caiser

    #531168

    Hi Caiser_Souze!

    refer to this post and adjust as needed: https://kriesi.at/support/topic/mobile-navigation-visible-when-scrolling-to-the-right-also-on-krisie-at-demo/#post-408748

    For the icon replacement use this code:

    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
    content: url(https://your-picture.png);
    }
    

    and adjust as needed.

    Cheers!
    Andy

    #531894

    Hi Andy,
    thank you so much for your help.
    The reference to the other post work like a charme. Solved.
    The replacement of the menu didn’t work but I solved it with

    #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, #advanced_menu_toggle:before{
    	content: "\E811";
    }

    In this case I used fontello fonts. Works perfectly.
    Thanks again for your help!

    Caiser

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile Menu: Change animation and icons’ is closed to new replies.