Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #252790

    I’ve created a widget menu, then used “content elements” – “widget area” to add this widget (with menu in it) to a page, sadly I can’t figure out how to remove the bullet points that are generated.

    I’ve tried this in the quick css area.

    #top .widget_nav_menu li:before {
    content: none;
    }

    #252792

    Hi BSHosts!

    Please add following code to Quick CSS

    #top .widget_nav_menu ul ul li:before { display: none; }

    Cheers!
    Yigit

    #252795

    That didn’t make any difference, but this did:

    ul.disc, .entry-content-wrapper ul {
        list-style: none outside none;
    }

    (However this removes all bullets on the whole page – which wasn’t the plan)

    • This reply was modified 10 years, 7 months ago by BSHosts.
    #252796

    Hi!

    Great! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing the Bullet points from widget menu.’ is closed to new replies.