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?
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.
Open shopify theme editor
Look for the collection.liquid file under template folder
Open the file and look for the code
Before this element plese add a code {% unless collection.name == ‘press’ %}
and add this line after the closing tag of above {% endunless %}
Save the file.
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.