Tagged: navigation menu, widget area
Hello,
I am using the Navigation Menu widget in a Widget Area element on this page and I can’t figure out how to remove the bullets before the menu items. I have used the following code suggested in this thread with no luck. Any ideas about how to remove these? Thanks!
#top .widget ul {
list-style: none !important;
}
Hey Kirstie,
Add this to quick css:
.menu-item::before{
display:none!important;
}
Best regards,
Jordan Shannon
That worked! Thank you!
Hi,
Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You can close it. Thanks!