Hide Sale badge on home page only Dawn 15v

Please help me hide this sale badge from homepage only, check screenshot

store link: https://midnightmoodstore.com

Hi @ctal37

In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above

{% if template.name == "index" %}
.card__inner > .card__content > .card__badge {
    display: none !important;
}
{% endif %}

I hope this helps

Best,

Daisy