- This topic has 3 replies, 2 voices, and was last updated 8 years, 8 months ago by Mahesh.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
February 18, 2016 at 4:35 am #85688kaseynovaParticipant
I have a menu in my widget area and it it showing the submenu. I want the submenus hidden annd when the menu item is clicked the subs appear. Where can I set this?
February 18, 2016 at 11:35 am #85700MaheshParticipantFebruary 18, 2016 at 10:46 pm #85741February 19, 2016 at 9:31 am #85782MaheshParticipantHi @kaseynova,
Hiding sub-menu can be done with Custom CSS but displaying it only when menu item is clicked, this is not possible through theme option, you’ll need to hire a customizer. However, you can make it display on hover action, i.e. show sub-menu items when the menu item is hovered. If this is okay for you, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS.
.sidebar .widget_nav_menu ul.menu .sub-menu { display: none; } .sidebar .widget_nav_menu ul.menu li:hover > .sub-menu { display: block; }
Regards,
Mahesh -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Make menu hide submenus in Catch Base’ is closed to new replies.