Solved

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

Mollyma
New Member
13 0 0

I am struggling to fix this issue. Please help!

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

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

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



View solution in original post

Replies 8 (8)

Zworthkey
Shopify Partner
5581 642 1565

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

Mollyma
New Member
13 0 0
Zworthkey
Shopify Partner
5581 642 1565

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

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

Thank You.

Mollyma
New Member
13 0 0

I cannot find that file anywhere in the code.

Savior
Shopify Partner
537 108 161

@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.

banned
Mollyma
New Member
13 0 0

Mollyma_0-1636784904932.png Did it, but it is still showing on the home page. 

 

Savior
Shopify Partner
537 108 161

Please add this css at the bottom of the file

.arv-collection {

display : none !important;

}


If helpful then please Like and Accept Solution.

banned
Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

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

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