Tagged: Hide, mobile menu, sub-menu, submenu
It seems that no matter what classes or IDs I use to hide the output submenus, they keep appearing in the select box in smaller mobile views. Can anyone tell me how to either 1.) disable submenus for the main global menu of the Enfold theme, or 2.) modify the Enfold theme so that I can use a custom mobile menu I create in WordPress.
Hey kkaysullivan!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#mobile-advanced ul ul a {
display: none;
}
Regards,
Yigit
Dang, wish that would work. I tried that already and it did not work. Any other suggestions?