Hi lorro,
Thank you! It’s all sorted now.
https://www.harboryam.co.uk/shop/
I used your code, changing to “none” to don’t show empty stars, it’s much clearer now.
I inserted it into the Theme Customizer of WP.
/* WooCommerce change reviews to star rating */
.woocommerce .star-rating:before {
content: none; font-family: WooCommerce;
color:#c0c0c0;
}
.woocommerce .star-rating span:before {
content: “\e020\e020\e020\e020\e020”;
font-family: WooCommerce;
color:#cf2227;
}
.woocommerce .productslist .star-rating {
float:left;
}
Merry Christmas and happy New Year,
Sergio