How can I remove the star rating from individual products?

How can I remove the star rating from individual products?

Flomango
Tourist
6 0 1

www.soflobohoboutique.com Hello there,

I make jewelry and mostly have just 1 of each. I would like to remove the star rating and review under the individual product display as I achieve the product once its sold and customers can leave a general review afterwards.  But it looks bad on each product not having reviews, but as I  said before I  only make 1 of each. Can someone please advice?

Many thanks,

Gabi

Replies 7 (7)

Dan-From-Ryviu
Shopify Partner
10868 2143 2278

Your theme must have the option to turn off review and star rating on your Online store > Themes > Customize > Products > Default product.

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

Flomango
Tourist
6 0 1

Hello,

Thank you for replying. I checked there is no product section to setunder themes to set to default.

theycallmemakka
Shopify Partner
1786 435 462

Hi @Flomango ,

 

If you wish to remove review star from the product page, you can simpley add the below codes on the theme.liquid file.

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

<style>
.product-description-main-wrapper .spr-badge {
    display: none;
}
.product-description-main-wrapper span.stamped-product-reviews-badge {
    display: none;
}
</style>

 

Result:

theycallmemakka_0-1703171578673.png

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

 

 

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

Flomango
Tourist
6 0 1

Hi there, 

Thank you for replying! I just did but it's still there 😞

Flomango
Tourist
6 0 1

Hi there, 

I did this but it is still there..

theycallmemakka
Shopify Partner
1786 435 462

Hi @Flomango ,

 

Please try replacing previous code with this new one.

<style>
.product-description-main-wrapper .spr-badge {
    display: none;
}
.product-description-main-wrapper span.stamped-product-reviews-badge {
    display: none;
}
.spr-badge {
    display: none;
}
</style>

 

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

Flomango
Tourist
6 0 1
Good Morning,

Yes, it is removed. I hired a person from fiverr and he removed it faster
than I could blink my eyes. Thank you very much for your trying to help me
out. I had spend hours taking care of it and have to admit anything with
coding is just not my thing.

Again, thank you very much for trying to help.