Comments Max started the conversationAugust 21, 2019 at 11:49pmHey 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,024Andrew repliedAugust 22, 2019 at 6:15amHi 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.1 LikeMax repliedAugust 22, 2019 at 6:19amIt works, thanks a lot!! Sign in to reply ...
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
Hi Max,
Thanks for getting in touch.
Use the following custom css:
Hope this helps.
It works, thanks a lot!!