Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #175917

    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.

    #176009

    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

    #176730

    Dang, wish that would work. I tried that already and it did not work. Any other suggestions?

    #176753

    Hello!

    Can you post the link to your website? It actually works on my installation.

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide submenus for mobile views’ is closed to new replies.