How to remove sidebar underline text decoration Resolved Requested: 10 months and 1 week ago How do I remove the underline decoration of the sidebar links/items? How do I have the children of the parents’ indent? They are all starting at the same point.
OnPoint Plugins 10 months and 1 week ago Hi Crispin, You may add the following custom CSS to your site to make the requested adjustments. .advanced-sidebar-menu a { text-decoration: none; } .advanced-sidebar-menu .sub-menu li { margin: 0 0 0 15px; } Have a great day!
Hi Crispin,
You may add the following custom CSS to your site to make the requested adjustments.
Have a great day!
Great. It worked.
Thank you.