How do I get rid of the empty space between the product title and Price? It seems to only be there on the home page.
Thank you in advance
How do I get rid of the empty space between the product title and Price? It seems to only be there on the home page.
Thank you in advance
Welcome to the Shopify community!
Thanks for your good question.
Please share your store URL.
So that I will check and let you know the exact solution here.
@Only1mrsfragili
add this code in the bottom of the theme.css or theme.scss file.
.shopify-reviews {
display: none !important;
}
Thank you!