Hi
I was able to style left menu the way I wanted but no matter what css I use I can’t remove bullets from the left side. Any ideas? Thank you
Hi ilonka78!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .sidebar_left .widget_nav_menu ul ul li:before {
display: none;
}
Cheers!
Yigit
Great. Thank you!