Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #432350

    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?

    #432356

    Hi sasha!

    Please go to Enfold theme options > Header > Mobile Menu and check “Hide Mobile Menu Submenu Items”

    Cheers!
    Yigit

    #432373

    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)

    #432388

    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

    #432427

    Tried the code and only the third level items changed to red background. First and second level didn’t change – any ideas?

    #433227

    Hey!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.