Hi , is there a quick code for hiding the menu on the homepage?
i would need a menu everywhere, except on the homepage.
best regards, jelle vanhijfte
its alright: got it!
.page-id-17 nav.main_menu {
display: none!important;
}
you can close this one!