I am trying to remove Bullet Points from the Woo Commerece Categories widget on Wordpress, its on the primary sidebar.
Help please?
You just have to add this css in your style file
ul.product-categories {
list-style: none;
}
You can edit in css
.widget_product_categories ul li::before {list-style: none;}