Remove Numbering for Highest Parent and Indent the children Resolved Requested: 1 year and 8 months ago I want to remove the numbering for the highest parent and indent the children My Menu Looks like this: https://i.imgur.com/96tk15H.jpg I want it to look like this: https://i.imgur.com/RoFAQQO.jpg
OnPoint Plugins 1 year and 8 months ago Hi Abhi, The bullets and indenting may be adjusting using the following custom CSS: #advanced_sidebar_menu-2-wrap .parent-sidebar-menu > li { list-style: none !important; } #advanced_sidebar_menu-2-wrap ul ul { margin: 0 0 0 30px; } #advanced_sidebar_menu-2-wrap ul ul ul { margin: 0 0 0 20px; } Have a great day!
Hi Abhi,
The bullets and indenting may be adjusting using the following custom CSS:
Have a great day!