Comments 2wmbcmarketing started the conversationFebruary 5, 2022 at 7:53pmI want to remove the hamburger menu completely 403Pat repliedFebruary 6, 2022 at 9:00amHello there,Use the following CSS. @media only screen and (max-width: 999px){ .page-id-5818 #top .slide-out-widget-area-toggle { display: none; } }Thanks.Salient Theme Support Sign in to reply ...
I want to remove the hamburger menu completely
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.
Salient Theme Support