I am struggling to fix this issue. Please help!
Hii, @Mollyma
Kindly share your store URL so,
I can solve it perfectly.
Thank You.
@Mollyma
Paste this code on top of the vendor.css file.
div#alireview-review-widget-badge {
display: none !important;
}
Thank You.
-
Go to your store. Click on Actions > Edit Code
-
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.
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;
}
