Hello does anyone know how I can remove the loox review stars from collection page on all products page, but have the stars show when you click on the product itself? (Dawn theme)
Hey,
Amit from the Loox support team here ![]()
I’d be more than happy to help you remove the star ratings from your collections pages.
Can you please contact us at support@loox.io and send create a staff account for success@loox.app with access to your themes, pages and apps?
Alternatively, you can check out the link below to learn how to remove the star ratings:
https://help.loox.io/article/92-how-do-i-remove-loox-star-ratings-from-my-product-collection-page
Our support team is always glad to help and we’d be very happy to hear from you ![]()
@Hovik ,
Please share the store URL ?
Hi [email removed]Hovik,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid,
Step 3: Paste the below code at before element of the file → Save
{% unless template contains “product” %}
slider-component .loox-rating { display:none !important }{% endunless %}
This code will “display:none” of the loox reviews except the product page
Hope my solution works perfectly for you!
Best regards,
Victor | PageFly
@Hovik
Hello,
.loox-rating {
display: none;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Like This
Use code below
card-information .loox-rating {
display: none;
}



