Tagged: main menu
Hello,
is it possible to hide the main nenu?
i only need a Navigation on the left side / per page … Logo should be visible on top!
best regards from vienna,
robert
Hi rfarthofer!
Thank you for using the theme.
Yes, it is possible. Just add this on Quick CSS:
.avia-menu.av-main-nav-wrap {
display: none;
}
Cheers!
Ismael
Sorry but this will not work!
I use Header layout “Logo left, Menu right” and the Menu is still visible!
Hey!
The code should work. Please remove browser cache then reload the page a few times. Give us the link to the actual website so that we can inspect it.
Best regards,
Ismael
Hi!
Please try adding !important rule as following
nav.main_menu {
display: none!important;
}
Cheers!
Yigit
Thank you that works perfect!
Best regards from vienna,
Robert ;-)