How to remove the product review stars in product page

Hi everyone,

I have change my product reviews app into judge.me product reviews. But the problem is the previous product reviews app has been deleted and the product stars in my product page is still there. Now there are 2 line of product stars one from the previous app and one from the current app. Does anyone knows how to remove the first line of stars? See attached photo for reference:

Hi @IntechCarl ,

Can you please share a preview url of the store?

Thank you

Hi @IntechCarl ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file → Save

.rating[role='img'] {
    display: none !important;
}

.rating[role='img'] ~ .rating-count {
    display: none !important;
}

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

1 Like

@LuffyOnePiece Store URL: thecleanroom.net

Hi @IntechCarl ,

You can add below css in the base.css file.

product-info p.rating-count.caption, product-info .rating {
    display: none;
}

Please don’t hesitate to reach out if you need further help optimizing or customizing your store. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
LuffyOnePiece

1 Like

Thank you for the help.

Hi, i tried the code but it didn´t solved my problem. I guess it´s a bit different but maybe you can help me with this?

I also wanna hide the stars from the judge.me app under the article, but more on the collection site.

This is the url: https://theplaincircle-vintage.com/

and i send a screenshot attached. When i click on an article, there are no stars shown. Only in the recommendations.

Hello @tpcv ,

This is Abderrahman from Judge.me.

Please reach out to us at support@judge.me with your request, we will swiftly address your issue.

Many thanks,