Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #60353
    oleymedia
    Participant

    The mobile menu is default expanded on my installation which means that all 30+ sub-pages are showing by default when the menu is clicked.

    I can’t seem to find an option to change this?

    How can I change it so the mobile only displays the top level pages by default

    #60392
    Sakin
    Keymaster

    @oleymedia: Just add the following css in “Appearance => Theme Options => Custom CSS Options” box:
    .sidr ul li ul { display: none; }

    #60418
    oleymedia
    Participant

    So there is no option to change this – it requires css?

    That will make the sub-pages inaccessible without additional coding – that sucks!

    #60428
    Sakin
    Keymaster

    @oleymedia: You can add hover and active. It’s like that. You need to add Custom css

    .sidr ul li ul { display: none; }
    .sidr ul li:hover ul { display: block; }
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile menu expanded by default’ is closed to new replies.