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.
- 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.
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>
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025