How can I alter the 'Sold Out' display on a specific collection page?

I’m trying to change the “Sold Out” from only one collection, I couldn’t find it on the coding.

https://keanaamin.com/collections/press this is the page I’m trying to change, but it’s not visible.

Any ideas?

Hi @bdogan ,

Welcome to the Shopify community! Thanks for asking a good question on community.

I’m here to help you.

I read your question and found I can help you but when I visit the URL you have provided that is a password protected. Can you please provide here your storefront password so I can better help you.

Thanks

xFAIRasdasdasSTx is the password for storefront

Hi @bdogan ,

Thanks for sharing your storefront password

Please follow the below steps it will really helps you.

  1. Open shopify theme editor

  2. Look for the collection.liquid file under template folder

  3. Open the file and look for the code

  4. Before this element plese add a code {% unless collection.name == ‘press’ %}

  5. and add this line after the closing tag of above {% endunless %}

  6. Save the file.

  7. Now reload your window.

Hope this will help you!

Thanks

I couldn’t find the

Hi,

If you do not have coding knowledge please hire a developer who can help you with your query.

Thanks

now open collection-template and look for the same element as I told you earlier.

Thanks

I’ve looked at every code on collection-tempalte and collection.liquid, can’t find it.