Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author neilgee

    (@neilgee)

    It’s #menu-main-menu but I see you have a solution working

    Thread Starter martinlooij

    (@martinlooij)

    Thanks, I will try that. I do not have a solution working; on mobile people can’t click on ‘our games’ which has subpages.

    Thread Starter martinlooij

    (@martinlooij)

    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!

    Plugin Author neilgee

    (@neilgee)

    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;
    }
    Thread Starter martinlooij

    (@martinlooij)

    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!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘What is my menu name?’ is closed to new replies.