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

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

https://thestellarsupply.com/collections/tees

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 → save.

{% if template contains ‘collection’ %}

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

{% endif %}

Hope that my solution works for you.

Best regards,

Victor | PageFly