How do I remove 'sold out' badge on the featured collection homepage ONLY?

would like to have the sold out badge removed on all products only showing on homepage

please help!

Hi @tranwei ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save

{% if template.name=='index' %}

{% endif %}

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly