Remove stars from Shopify Product Reviews App

Hi all! I’ve tried a few snippets of code from other similar posts but nothing seems to be working for me. I’d like to remove the stars from the ‘Customer Reviews’ box. I’m using the free Product Reviews app (by Shopify). I just want the customer’s comments there, no star rating badge. Here’s an example of a product on my website where the stars are appearing: https://bodyworksactivewear.com/collections/tops/products/marilyn-crop-top

Thank you in advance!

1 Like

Hi

Try adding this code at the end of your timber.scss.css file:

.spr-starrating.spr-summary-starrating, .spr-starratings.spr-review-header-starratings {
    display: none !important;
}

@matbaker Thank you SO much! It worked. Do you know how I could remove the ‘Based on 1 review’ now that there is no star badge?

@matbaker nevermind, got it! Thanks again for your help.

Can you link me to the page where it displays Based on 1 review?

EDIT: Sorry didn’t see you last comment - I am glad you sorted it out! Always happy to help, ping me if you have any other request!

Hii Mat I also want to achieve this but I cant find the timber.scss.css file. Any advice on where to find it?