Okay
  Public Ticket #2974436
Remove hamburger menu on mobile
Closed

Comments

  •  2
    wmbcmarketing started the conversation

    I want to remove the hamburger menu completely

  •  279
    Noah replied

    Hello there,

    Use the following CSS.

    @media only screen and (max-width: 999px){
        .page-id-5818 #top .slide-out-widget-area-toggle {        display: none;
        }
    }

    Thanks.