Tagged: menu
Is it possible to remove the enfold menu when the screen shifts to mobile?
I would love to use a third party mobile plugin and it seems to work but I can’t remove the enfold mobile menu.
Does that makes any sense?
The plugin does make i possible for me to hide a specifik CSS: e.g #primary-nav, .menu is that possible with Enfold?
Thanks in advance!
Hi danielvnielsen!
Add this to your custom CSS.
#advanced_menu_toggle { display: none !important; }
Cheers!
Elliott
Thank you kindly!
Best
-Daniel