It has the stars underneath all the products in the collections pages. I want to remove them. I already tried to add .rivo-reviews-star-rating {
display: none;
}
.product__info-container p.rating-text.caption {
display: none;
}
.product__info-container p.rating-count.caption {
display: none;
}
to the base.css
and
.product-icon-list.vstar-star { display: none !important; }to the theme.liquid and neither did anything.
