Hello,
I’m looking for a way to hide the navigation but leave the logo + header visible. To do this I used the code:
nav.main_menu {
display: none;
}
That works too, but not on the smartphone. There it shows me the burger. Can I hide that too?
best regards,
Martin
Hey Martin,
Please try this as well:
.av-burger-menu-main {
display: none;
}
Best regards,
Rikard
Hello Rikard,
Thank you, I used it – but it doesn’t work :-(
Take a look here: http://designplanung.de/shop-2-2018/
Best regards,
Martin
Hi,
Please try this instead:
.av-burger-menu-main {
display: none !important;
}
Best regards,
Rikard
Perfect!!!