Is there any way to remove or hide the star rating. Also can the star colours be changed and if so would this be in the style sheet.
Hello,
To remove the star rating, please add this piece of code to Customization => Head:
.product-item .starRating {
display: none;
}
To change the color, please add this code snippet:
.product-item .starRating .stars .star:before, .stars .star:before, .sm-feedback .feedback-one .stars .star:before, .sm-feedback .feedback-static .stars.stars-big .star:before {
color:
YOUR COLOR;
}