Hi there,
I do not have the Shopify Reviews app downloaded and I have the “Show review stars” disabled but it is still showing on the product page.
I am using the ALIReviews to import and display our reviews from amazon.
So now we have two 5 star icons on the product page.
Using warehouse - https://ecodecors-decoteak.myshopify.com/
Thank you!!
Hello @fgunn_1
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.
.product-meta__reference+.product-meta__reviews-badge {
display: none;
}
Moeed
3
Hey @fgunn_1
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed