Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1116789

    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;
    }
    #1116794

    Hey Kirstie,

    Add this to quick css:

    .menu-item::before{
    	display:none!important;
    
    }

    Best regards,
    Jordan Shannon

    #1117096

    That worked! Thank you!

    #1117281

    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

    #1117491

    You can close it. Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.