Hello, how do we remove loox reviews widget on collection page product cards (dawn theme)?
We still want the stars review widget on our product pages. Just not on our collection page product cards.
A user seeks to remove the Loox reviews widget from product cards on collection pages in the Dawn theme, while keeping the star ratings visible on individual product pages.
Proposed Solutions:
Two respondents provided similar CSS-based approaches:
Method 1: Add CSS code to Assets/base.css file targeting .collection .product-grid .card-wrapper .card-information .loox-rating with display: none !important;
Method 2: Insert CSS in theme.liquid file (within <style> tags before </body>) targeting .card__information .loox-rating with display: none !important;
Both solutions involve accessing the theme code editor through Online Store → Theme → Edit code and applying custom CSS to hide the widget specifically on collection page cards.
Status: The discussion presents technical solutions but lacks confirmation of whether either method successfully resolved the issue.
Hello, how do we remove loox reviews widget on collection page product cards (dawn theme)?
We still want the stars review widget on our product pages. Just not on our collection page product cards.
Hi @Solset
May I suggest to update code these steps:
.collection .product-grid .card-wrapper .card-information .loox-rating{
display: none!important;
}
Hello @Solset
You can add code by following these steps to hide reviews on cards
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid