Hide Price Of Sold Out Items Within Prestige Theme?

Hello,
I would like to hide prices in my Sold Out Items. I have the store with the Prestige Theme.

I appreciate all your help.
Thanks

Hello @BTDepot16 ,

Wrap the price code with this condition.

{% if product.available %}
// your theme price code goes here 
{% endif %}

Thanks

Thanks Guleria,

How can I wrap the price code? Could you please explain me?
Thanks!!

Thanks @Guleria .

How can I wrap the price code? Could you please explain me?
Thanks!!

Use the code I shared and input your the price code where I wrote ( // your theme price code goes here )
You have to manually find the price code in theme files and make edit in each file where price code is available.