If you're using the official product reviews app by Shopify, it's very easy to hide the review stars for products that have not yet been reviewed.
Just add the following CSS into your main theme CSS file:
.spr-badge[data-rating="0.0"] {
display: none;
visibility:hidden;
}
This works for both the product page and collection pages.
#Shopify #ProductReviews #ShopifyHacks
コメント