How to turn off price in sold out products

Hello ,

Is there any way to hide the price in all the sold out products , So that the price is not displayed next to them.

YOU CAN VIEW THE SOLD OUT PRODUCTS IN

FEEDING-> HIGH CHAIRS & BOOSTERS

SITE URL :: https://nxxdacuumxpfw971-71493648693.shopifypreview.com

Hi @Anonymous

You can try to use this code and check

.price.price--sold-out dl { display: none!important; }
1 Like

Hey @Anonymous

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag

{% if product.available %}

{% else %}

{% endif %}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed