Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1209891

    Hello,
    I have a very simple main menu and want to keep it on mobile.
    Is it possible to deactivate burger menu, I would like also to keep my header sticky?
    Thanks a lot

    gloriarte.fr

    #1209916

    Hey,

    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:

    
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: none;
    }
    .responsive #top .av-main-nav .menu-item {
        display: block;
    }
    
    

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.