How to remove empty space between product title and price on Turbo theme home page?

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

1 Like

@Only1mrsfragili

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;
}
1 Like

Thank you!

1 Like