Hello there,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >styles.css and paste this at the bottom of the file:
.theme-product-reviews.not-in-quickbuy {
display: none;
}
Hello there,
.theme-product-reviews.not-in-quickbuy {
display: none;
}