How to remove loox reviews widget on collection page product cards (dawn theme)?

How to remove loox reviews widget on collection page product cards (dawn theme)?

Solset
Shopify Partner
19 0 2

Hello, how do we remove loox reviews widget on collection page product cards (dawn theme)? 

 

https://thestellarsupply.com/collections/tees

Replies 7 (7)

PageFly-Victor
Shopify Partner
7865 1785 3101

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

Solset
Shopify Partner
19 0 2

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

Solset
Shopify Partner
19 0 2

following up here

Solset
Shopify Partner
19 0 2

following up again

Solset
Shopify Partner
19 0 2

???

EBOOST
Shopify Partner
1203 311 353

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;
}
- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: [email protected]
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free
- ❤❤DONATE ❤❤Coffee tips
PageFly-Victor
Shopify Partner
7865 1785 3101

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.

PageFlyVictor_0-1675138629357.png

 

 

{% if template contains 'collection' %}

<style>

.loox-rating {
display: none !important;
}

</style>

{% endif %}

 

Hope that my solution works for you.

Best regards,

Victor | PageFly