Hi Lucas,
It depends what you want to do/how your theme is set up, but please check this page for more detailed answers (especially the FAQ at the bottom):
https://www.megamenu.com/documentation/hide-mobile-menu/
Regards,
Tom
Hello @megamenu, thank you, I’ll take a look.
@megamenu, it did work, thank you!
But the area where the mobile menu originally was is still displayed, as you can see on this attached screenshot.
I know this has nothing to do with the plugin anymore, but if you could help to remove that area too, I’d appreciate.
Hi Lucas,
Please go to Appearance > Customize > Additional CSS and add the following:
@media screen and (max-width: 600px) {
.main-header {
display: none !important;
}
}
Regards,
Tom
Hi @megamenu, thank you very much, it worked! You guys are the best.
You’re welcome 🙂
If you have a spare minute, please could you leave a quick review for the plugin at the bottom of this page? It would be much appreciated!
@megamenu absolutely will do, thank you!