音が流れない場合、再生を一時停止してもう一度再生してみて下さい。
ツール 
画像
Ed Codes - Shopify DIY Tutorials
4714回再生
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

コメント