We are using sense theme. On our collection pages, how do we remove the star reviews from showing up on each product? The check box “Show product rating” in the theme editor for collection pages is not deactivating the reviews.
@Solset ,
share the store URL..
Hi @Solset
Please provide your website URL
Hi @Solset ,
If you’re using an app to add product reviews, you can edit the settings of that app to remove the review stars from your collection pages.
I hope it helps.
Hello @Solset
Can you share your website URL so that I can check and provide you with the solution?
@Solset ,
.loox-rating {
display: none;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Hi @Solset ,
Please follow the below steps to remove the rating from your collection pages:
-
From your Shopify admin, navigate to Online store > Themes > Actions > Edit code
-
Open the Snippets/card-product.liquid file
-
Find this code and delete it
- Hit Save
I hope it helps.
Will this remove it on product pages too? I need them removed on just collection pages.
Thank you for your reply. However, that code is not inside that file.
You can try the above suggestion from Oscprofessional.
If it doesn’t work, I suggest you contact Loox support at support@loox.io for further assistance.