Hide parent? Resolved Requested: 6 months and 2 weeks ago Hello, I’m using the Navigation Menu widget. It’s working great, except it displays the parent (top-level in menu) and I only want the items in the dropdown. Possible to hide via CSS? I don’t see a setting in the widget. Thanks!
OnPoint Plugins 6 months and 2 weeks ago Hi Craig, You may hide the top level menu item by adding the following custom CSS to your site: .advanced-sidebar-menu .parent-sidebar-menu > li > a { display: none; } Have a great day!
Hi Craig,
You may hide the top level menu item by adding the following custom CSS to your site:
Have a great day!