Website>kawaiibonjour.com
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file → Save
@media(max-width:768px){
.shopify-product-reviews-badge {
display: none;
}
.grid-item.grid-product {
margin-bottom: 0;
}
.grid-item__meta {
margin-bottom: 0;
}
}
1 Like
Thanks!