How can I remove prices from my homepage?

Hi guys! how can I delete prices from the homepage?

https://yoku-apparel.com/

Thank you so much!

Ale.

/Hi,

welcome to the shopify community.

Are you talking about to hide the prices for “Yoku Legacy” section on the home page

1- Go to your theme

2- Click on action and then edit code

3- Find theme.css or theme.scss file

paste this at the end of file and save

body.template-index .grid-product__price {
display: none;

}

Hi! thank you so much for your fast reply, I paste code but nothing has changed…

I copied in theme.css.liquid…is it correct?

thanks!

Paste this instead

body.template-index .grid-product__price {
display: none !important;

}

still nothing NgnLoop

Hi, there is no way to do this?

Thank you so much

Ale.