Hi emilia,
To hide the duplicate menu, please could you try adding this CSS to your theme?
#navbar-main {
display: none !important;
}
The mobile menu and the desktop menu are exactly the same, just displayed differently depending on the width of your browser. Therefore it is not possible to replace the desktop menu without replacing the mobile menu also.
To restore the MMM mobile toggle button, please go to Mega Menu > Menu Themes and uncheck ‘Disable mobile toggle’.
Regards,
Tom
hi Tom,
thank you for your reply. Unfortunately nothing worked. After unchecking the button disable toggle button there is no menu anymore on the mobile version. And if I add the code there is no menu at all anymore.
Any other advice please?
Thank you! emilia
Hi Emilia,
Your site has changed since I saw it this morning, I only see one main menu now, but before it was showing 2 main menus.
Please can you change it back to how it was before (with the 2 menus displaying), then try the instructions again.
Regards,
Tom
Hi Tom,
I have activated the mobile menu again so now there are the two rows of the main menu back on. I have tried your code again and some variations but its not chasing anything.
Have you got another solution?
thank you , regards, emilia
Hi Emilia,
In your custom.css file, please remove:
.main-navbar {
display: none !important;
}
Then add:
#navbar-main {
display: none !important;
}
Regards,
Tom
Hi,
I don’t know why it didn’t work earlier, but now it did!
thank you!
regards emilia