Custom Icons On Menu Items Resolved Requested: 4 years and 2 months ago Hi, I am using your plugin at the bottom of the right sidebar on the URL provided. I would like to add icons to the left of each menu item. Perhaps chevrons. What do you recommend? Thank you. Emily Journey
OnPoint Plugins 4 years and 2 months ago Hi Emily, This may be accomplished by adding a little custom CSS to your site: .advanced-sidebar-menu li a:before { content: "\f054"; font-family: FontAwesome; display: inline-block; padding-right: 11px; vertical-align: middle; } Have a great night! Mat Lipe
Hi Emily,
This may be accomplished by adding a little custom CSS to your site:
Have a great night!
Mat Lipe