How can I remove the price from images and product pages on Minimal theme?

I am looking for a way to erase the price on the bottom of each images and on the product page.

Is there any way to do that?

I am using minimal theme.

Thank you

Hi @beshe ,

Can you share the URL for your store?

https://beshehair.myshopify.com/

Thank you

@beshe it looks like your website is password protected. Can you remove the password or share the login info so that we may see the site itself?

@beshe I took a look at your store. You can add the code below to your theme.scss.liquid file and it should resolve your issue. Hope this helps!

.grid__item .grid-link__meta, .product-single .product-single__prices {

display: none !Important;

}

Hi!

I tried adding the code on the very bottom of theme.scss file, but I still see the price.

Would it be possible for you to actually fix that on the edit code section?

Thank you

@beshe the code has been added. If it does not do what you want it to, you can go to the theme.scss.liquid file and scroll to the end of the page and remove the lines of code that match the code I provided above.

Hope this helps.