Solved

Remove stars from Shopify Product Reviews App

teemont
Tourist
4 0 1

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!

Accepted Solution (1)

matbaker
Explorer
42 7 13

This is an accepted solution.

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;
}

 

Need Shopify help? Send me an email matbaker66@gmail.com 🙂

View solution in original post

Replies 5 (5)

matbaker
Explorer
42 7 13

This is an accepted solution.

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;
}

 

Need Shopify help? Send me an email matbaker66@gmail.com 🙂
teemont
Tourist
4 0 1

@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? 

teemont
Tourist
4 0 1

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

matbaker
Explorer
42 7 13

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! 

Need Shopify help? Send me an email matbaker66@gmail.com 🙂
zenapresley
Visitor
1 0 0

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