Hi – if I create a custom menu to show in the sidebar, is there any way that it can be set to just show the main categories and then to expand to show sub-categories when a main category is clicked on? I have too many categories/sub-categories and they would like a bit strange to list all at once.
Thank you!
Hi kathrynmichaud!
You can add folllowing code to Quick CSS in Enfold theme options under General Styling to remove sub categories
.widget_nav_menu.widget_nav_hide_child ul ul {
display: none!important;
}
However to display them on click, you are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
Best regards,
Yigit
Hi – okay many thanks.