• Resolved eengler

    (@eengler)


    Hi. I’m trying to remove the bullets from the footer widget menus. I feel like I’ve tried everything. Help! Link to site is below:

    esquaredpress.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try adding the following to the very bottom of your CSS file (style.css in your theme):

    .widget.widget_archive li::before, .widget.widget_calendar li::before, .widget.widget_categories li::before, .widget.widget_links li::before, .widget.widget_meta li::before, .widget.widget_nav_menu li::before, .widget.widget_pages li::before, .widget.widget_recent_comments li::before, .widget.widget_recent_entries li::before, .widget.widget_rss li::before {
            content: '';
    }
    Thread Starter eengler

    (@eengler)

    You are seriously my hero!! Thank you so so much!!

    No problem – glad to have helped!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove bullets from footer widget menu’ is closed to new replies.