Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #185694

    I want to hide the subpages of menu when on mobile by default. Only main pages will display and subpages will expand only when the main page is tap.

    please help. thanks

    #186138

    Hey BrightCite!

    You can remove sub-menus on mobile by adding following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 767px) { ul.sub-menu { display: none; }}

    But they will not be displayed on tap. If you really need such customization, you should hire a freelance developer.

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘mobile menu – hide subpages by default’ is closed to new replies.