How to Remove $0.00 from the Product Page?

Hello, Shopify users!

I tried all of the code I’ve seen on the forums, as well as other websites, but nothing that I try seems to remove the $0.00 price from my product pages! I am currently using the Debut theme. Please help!

For reference, our website is: showseasongrooming.com

PS: I also can’t remove the grey box around my product images on the product description page? I’ve tried playing around with the colors in the theme, adding code/removing code, and nothing seems to work for that either. I’ve successfully removed the grey box around our logo in our header though, so that’s a win!

Any suggestions for either problem is greatly appreciated!

@showseason - I can not see the 0.00 price on product page

Hello, Suyash!

Take this page as an example. I’m still seeing that $0.00 price and the grey box around the product :confused:

Thank you!

-Dana at Showseason

We will need to edit code to hide price

That makes sense, but what code needs to be edited and how, please?

-Dana at Showseason

@showseason - actually it is not a single line code, we will need to check if product price is 0 in product page, and if yes then do not show price else show price

this is the conditional logic, if you are familiar with coding then you can do it