system
1
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
Moeed
3
Hey @Anonymous
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
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