Help in removing empty review stars

Hi cs-cart community,

I was wondering if there’s a possibility to remove only the empty stars/starlets for reviews (as in, for products that have no reviews, the empty stars shouldn’t show up). Looked through all templates and couldn’t find anything that will help. Is there a workaround for this?

Link to the shop: https://www.it-fashion.ro/

Thank you in advance,

Andreas

Please try to add the following code to the CSS section of the Theme editor

div[data-ca-product-review-reviews-stars-full="0"] {
    display: none;
}
1 Like

@ecomlabs , thanks a lot guys, it worked like a charm. Appreciate it.

1 Like