Tagged: menu
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
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