How can I display discounts on a specific collection in Ride Theme?

Hello, Im having trouble to show the discount for only a collection. I am using ride theme, Ive tried coding that card-product.liquid following the steps but it didnt work.

What steps should I take ?

Can someone help me ?

Thank you !! :slightly_smiling_face:

Hallo @FlavioOliveira

You can add code by following these steps to change

  1. Go to Online Store → Theme → Edit code > snippet > price.liquid (paste below code at line no. 53)
<span>
<s class="price-item price-item--regular">
{% if settings.currency_code_enabled %}
{{ compare_at_price | money_with_currency }}
{% else %}
{{ compare_at_price | money }}
{% endif %}
</s>
</span>

If you require any further information, feel free to contact me.

Best regards,