All things Shopify and commerce
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
Your theme must have the option to turn off review and star rating on your Online store > Themes > Customize > Products > Default product.
- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- 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 - Gain customers with photo gallery, video & shoppable image
Built for Shopify
Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Hello,
Thank you for replying. I checked there is no product section to setunder themes to set to default.
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:
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
Hi there,
Thank you for replying! I just did but it's still there 😞
Hi there,
I did this but it is still there..
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>
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025