Shopify themes, liquid, logos, and UX
Hello, how do we remove loox reviews widget on collection page product cards (dawn theme)?
Hi @Solset
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file -> Save
.loox-rating {
display: none !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Hello, is it possible to make this specific to collection pages as I said in the post?
That code removes the star reviews on product pages also
following up here
following up again
???
Hi @Solset
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to bottom of file
.collection .product-grid .card-wrapper .card-information .loox-rating {
display: none!important;
}
Hi @Solset
Sorry for missing your message
You can try again this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: paste bellow code in tag </body> -> save.
{% if template contains 'collection' %}
<style>
.loox-rating {
display: none !important;
}
</style>
{% endif %}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024