Hello - I am trying to remove the Shopify Star ratings from my website. Please help.
It still shows as 3 reviews here:
https://dragonwinggirl.com/products/the-racer-seamless-sports-bra
Hello - I am trying to remove the Shopify Star ratings from my website. Please help.
It still shows as 3 reviews here:
https://dragonwinggirl.com/products/the-racer-seamless-sports-bra
Hello there,
.theme-product-reviews.not-in-quickbuy {
display: none;
}
Hi @allisonher ,
You can follow the instruction below:
.theme-product-reviews,
.standalone-bottomline,
.yotpo-stars-and-sum-reviews {
display: none !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Thanks - that’s not what I was looking for. I want to keep the Yotpo review stars. I want to get rid of the Shopify ones.