Tagged: mobile menu
How can we reduce the menu items for mobile menu or create a custom menu? Currently our menu has too many items that are not needed for mobile.
Hi!
Go to Appearance > Menu and enable CSS Classes in “Screen Options”, then set a class of “noMobile” to the menu items you don’t want in the mobile menu.
Cheers!
Josue
Hey!
Try adding this code to the Quick CSS:
ul#mobile-advanced {
height: auto !important;
min-height: 0 !important;
padding-bottom: 0 !important;
}
Cheers!
Josue
Hey!
It’s not working because there are a lot of typos in your Quick CSS, try putting it on the first lines.
Regards,
Josue
Thank you!!
You are welcome, glad to help :)
Regards,
Josue