Tagged: bullet points, menu
Hi there,
Using a widget element to add a small menu to a page (www.nabusiness.co.uk/finance)
bizarrely I get bullet points displayed??
Can I get rid of those?
Also, I’d like to assign a custom css class to the widget element, but I don’t see the option – It works for all other elements. Is there a way of doing this?
thanks,
stuart
Hi Stuart!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .widget_nav_menu li { list-style: none; }
You can use following selector
#nav_menu-3 { }
Best regards,
Yigit
Thanks Yigit, worked a treat