How cam I show only first level menu items on the mobile menu and allow the second and third level items to open only if I click on them?
Hi sasha!
Please go to Enfold theme options > Header > Mobile Menu and check “Hide Mobile Menu Submenu Items”
Cheers!
Yigit
Works great. Thanks.
How can I add a different background color to each menu level on mobile? (for ex. blue for first lever; grey for second level and black for the third)
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.sub-menu ul.sub-menu.visible_sublist {
background: red;
}
ul.sub-menu.visible_sublist {
background-color: orange;
}
Cheers!
Yigit
Tried the code and only the third level items changed to red background. First and second level didn’t change – any ideas?