Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1083168

    Hi support,

    How do I remove arrows in mobile menu?
    Please checkout the menu here: numerolog-uddannelse.com

    And is it possible to move the menu items closer to the top?

    Thanks :-)

    /OKEIwebbureau

    #1083427

    Hey OKEIwebbureau,

    The link you provided is not working for me.

    Best regards,
    Jordan Shannon

    #1083617

    Hi Jordan,

    Please try again – there was an error 500.

    Thanks :-)

    /OKEIwebbureau

    #1083651

    Hi,

    Add this to quick css:

    .av-burger-menu-ul .av-submenu-indicator{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1083708

    I tried it, but it doesn’t work……the arrows are still there.

    I also tried to move your code to the top in quick css……..but still no luck.

    All caches have been cleared.

    Thanks :-)

    /OKEIwebbureau

    #1084149

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .html_av-submenu-hidden .av-submenu-indicator { display: none; } 
    #top #av-burger-menu-ul {
        padding-top: 50px!important;
    }
    
    

    If that still does not work, please create temporary admin logins and post them here privately so we can check why it is not working :)

    Best regards,
    Yigit

    #1084575

    Hi Yigit,

    Your solution works wonderfully – thanks :-)

    Please close.

    /OKEIwebbureau

    #1084700

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Remove arrows in mobile menu’ is closed to new replies.