Can't Remove Bullets From List

Hi All, The website is fleekd.com If you take a look at the sidebar where it says trending and to the right of that the other sidebar that displays categorys there is a bullet there that I can’t get rid of in either instance. I have tried to set just about every ul element to list-style:none in all cases using firebug but can’t sake the bullet what am I missing here?

Hello - can you screenshot what bullet you are tlaking about? I’m seeing the list of bullets in the categories but you are mking it seem like there is a singular bullet there.

Hi Ryan,

Yes sorry I’m referring to the list of bullets there

.widget ul:not(.widget-tabbed-header):not(.social-counter):not(.social-widget):not(.latest-comment-list):not(.npwidget):not(.post-list):not(.twiter-list):not(.user-login-links):not(.login-links):not(.product_list_widget):not(.twiter-buttons):not(.w-co-w) li a:before, .mom-archive ul li ul li a:before, .widget_archive li a:before, .widget_pages li a:before, .widget_meta li a:before, .media-cat-filter li a:before, .widget_categories li a:before, .widget_nav_menu ul li a:before {
  content: "";
  position: relative;
  width: 6px;
  height: 6px;
  left: 0;
  bottom: 2px;
  background: #c6c6c6;
  display: inline-block;
  margin-right: 10px;
}

In this file
http://fleekd.com/wp-content/themes/multinews/css/main.css?ver=4.2.2
Find that rule

You’ll see, if you look at that selector, you’ll find “.widget_categories li a:before”. Remove that section of the selector. Does that make sense? Do you have access to that file to modify it?

worked like a charm!

thanks

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.