Davinci Woo 2.0 disable the review stars on the homepage?

Dylan-

Active Member
Hello, I'd like to know if it is somehow possible to disable the review stars on the homepage products.
 

Direct Webstore

Well-Known Member
Paste this in Settings>Customize>Additional CSS

.woocommerce .star-rating {
display: none;
}
.product-small .woocommerce-loop-product__title {
height: 2px;
}


;)
 
Top