Shopify review app – Hide reviews everywhere but on product page. How?

Hi,

I want to hide the Shopify Review App function anywhere but on an actual product page. Now it’s also shown in a collection of products under that specific product, which I don’t want.

Example, no reviews should be shown on a page like this:

https://soonnoon.com/collections/all-hat-styles

Only here:
https://soonnoon.com/collections/all-hat-styles/products/black-fur-felt-bolero-hat

Please help :slightly_smiling_face:

@Sandystadelmann - add this css to the very end of your theme.css file and check

.grid-product .spr-badge{display: none;    visibility: hidden;}
1 Like

That worked, thank you so much :grinning_face_with_smiling_eyes: