How to eliminate duplicate product review stars?

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;
}

Hey @fgunn_1

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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