HELP! How Do I Remove Stars and Reviews from Homepage Below the Products?

I am struggling to fix this issue. Please help!

Hii, @Mollyma
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

https://www.bangsontarget.com/

@Mollyma
Paste this code on top of the vendor.css file.

div#alireview-review-widget-badge {
    display: none !important;
}

Thank You.

@Mollyma

  1. Go to your store. Click on Actions > Edit Code

  2. Go to Assets > styles.scss.css add below lines at the bottom of the file.

div#alireview-review-widget-badge {
display : none !important;
}

If helpful then please Like and Accept Solution.

I cannot find that file anywhere in the code.


Did it, but it is still showing on the home page.

Please add this css at the bottom of the file

.arv-collection {

display : none !important;

}


If helpful then please Like and Accept Solution.

@Mollyma
Paste this code on top of the vendor.css file.

span.alr-wrapper-rating {
    display: none !important;
}