Any other ideas for not showing the hamburger (or any) menu on mobile?
Thanks!
Hey Jade,
You can hide it for all pages by adding this CSS code in Quick CSS, located in Enfold > General Styling:
.page #header .av-burger-menu-main {
display: none !important;
}
If you want to include all posts:
.single-post #header .av-burger-menu-main {
display: none !important;
}
Best regards,
Nikko