Remove "bullets" on Woocommerce Categories widget
On the Woocommerce sidebar I have the products categories, however they appear with a "bullet". I want to remove that bullet and have them aligned left, just like the other Woocommerce widgets text are.
I also would like to remove the line betweeb the sidebar and the page content.
Can you please let me know the CSS code I must use for that?
Thanks
The image: [Links visible only for registered users]
Comments
The website is under construction right now in a provisory URL in [Links visible only for registered users]
Thanks
Here it is: [Links visible only for registered users]
Thanks
.sidebar .product-categories {padding-left:0 !important;
}
.aside_left .widget-area {
border-right:0 !important;
}