Adding text under price in certain collections only

Hello,

I am using the Impulse theme, and would like to add text under the price for certain items. For example , if I am having a clearance sale I would like to add text saying “ Enter code XYZ for 50% off” etc. is this possible?

@Mimishell
Hi
Yes, its possible.
You can add condition based on tag or collection and can display text.
e.g. you can assign “sale” tag to any product then
you can add condition in code
{% if product.tags contains ‘sale’ %} Enter code XYZ for 50% off {% endif %}

Thank you! Where do I place this code? I tried adding it at the end of “products.liquid” but it didn’t work