Story theme - How to remove Shopify Ratings stars from collection pages

Example:

Result:

CSS Code:

/* -- Story override code start -- */
.template-collection .spr-badge {
    visibility:hidden; display: none;
}
/* - end - */

Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code

Still need help? Contact Us Contact Us