Loading...
「ツール」は右上に移動しました。
利用したサーバー: natural-voltaic-titanium
53いいね 4707回再生

Shopify Product Reviews: Hide Stars When No Review Yet

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

コメント