Hi Shopifyers!
I’m trying to remove the loox review stars from my collection page. But i can’t find where i have to remove the piece of code from my theme. Loox gives the following instruction:
To remove Loox star ratings from your collection pages follow these steps:
-
Go to your Shopify Themes menu
-
Click the “Actions” menu and then select “Edit code”
-
Edit the product-grid-item.liquid (under snippets, product-grid-item.liquid / product-loop.liquid / product-info.liquid but some themes work differently)
-
Find and delete the code below:
<div class="loox-rating" data-id="{{ product.id }}" data-rating="{{ product.metafields.loox.avg_rating }}" data-raters="{{ product.metafields.loox.num_reviews }}"></div>
On the debutify theme i can only find product-grid-item.liquid. But there is not a single