How to remove unwanted extra star rating from product page

Hi there,

I’m using this review app. Everything was working fine a few days ago and I have since not made any changes regarding this aspect of the site.

Here is the issue:

Petecy_0-1652850793435.png

The lower star review rating is the one I’d like to keep.

Website link is sandular.com. Theme is Debutify 4.9.0

Please add below css code in bottom of theme.scss.css file

.grid__item .getreviews-summary-rating.grapps__r_i_star_summary_product {
display: none;

}
Thank you.

@Petecy ,

.getreviews-summary-rating.grapps__r_i_star_summary_product {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->style.scss.liquid

Worked a treat, thankyou for rapid response.

1 Like