Okay
  Public Ticket #2124165
Remove burger menu on mobile
Closed

Comments

  • Max started the conversation

    Hey team, I would like to completely remove the burger menu on mobile, but keep the page header & logo. Could you please help me? Tks a lot in advance! Cheers, Max

  •  3,024
    Andrew replied

    Hi Max,

    Thanks for getting in touch.

    Use the following custom css:

    @media only screen and (max-width: 1000px) {
    .slide-out-widget-area-toggle.mobile-icon a >span {
        display: none;
        }
    }
    

    Hope this helps.

  • Max replied

    It works, thanks a lot!!