Hi there
I would like to remove the star rating on product images in the woocommerce shop pages. I added this CSS under Customizer > Custom > CSS:
.woocommerce .star-rating,
.woocommerce-page .star-rating {
display:none;
}
This hides the star rating but instead is showing a little dark grey square block…
This image shows what I mean (I’ve circled the grey square in red on this picture):
How could I remove this block?