It’s #menu-main-menu but I see you have a solution working
Thanks, I will try that. I do not have a solution working; on mobile people can’t click on ‘our games’ which has subpages.
Is there any way to make the default menu dissappear? Your menu works fine but now on mobile there are two menus right above each other, so the default one has to go. (Jupiter 5 theme).
Thanks!
Your theme is controlling that original responsive menu icon – maybe a setting to disable it in the theme settings – otherwise you could try and hide it with CSS
.header-style-1 .mk-nav-responsive-link {
display: none !important;
}
Thanks, that does some interesting things. The old menu is still there but yours overlaps it, and now the main menu on desktop and your menu on mobile show the ‘dice’ icons on the sub menus which I had set before but they didnt actually show. So it kinda works like this, thanks!