Woo review stars not showing on shop page

Hiya, Woo say this is a theme thing.

On the actual product you can see there are reviews and star ratings. On the shop page the stars are all blank. It looks like no one likes anything

This product has 2 reviews, both with 5 stars https://www.cartoonkate.co.uk/product/food-of-love-the-your-formula-for-successful-breastfeeding/

but on the main shop page, no stars rating is showing

https://www.cartoonkate.co.uk/shop/

Hi There,

The stars rating is showing but with the white color:

Would you mind changing the color to purple instead? Please add this custom CSS under Theme Options > CSS:

.woocommerce li.product .star-rating-container .star-rating span:before {
    color: #731089;
}

If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.

I recommend you to watch following video that will help you to get started with CSS.

https://www.youtube.com/watch?v=MFR4WXiLzpc

Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.

https://developers.google.com/web/tools/chrome-devtools/css/

https://developers.google.com/web/tools/chrome-devtools/

https://www.youtube.com/watch?v=tP_kXBJWPhQ&t=200s

Thanks.

that is all brilliant, thank you so much!

You’re most welcome!

sorry, it shows 5 stars and says there are 4 reviews for a product when there are no reviews yet.

Hi @lisacole1

I have gone through almost every product page but I could not see any one with 4 reviews. Could you please post the URL of your product page, so that we can look into your issue.

If you have added any customizations lately, please switch to your parent X theme or remove those customizations and re-test your issue again.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.