Home Forums WoodMart support forum turn off rating stars in product listing Reply To: turn off rating stars in product listing

#422423

Hello,

Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.product-grid-item .wd-star-rating {
    display: none !important;
}

This will hide the filled-out Ratings too from the Archive pages (i.e. Product Listing page).

Best Regards