Change Color of inventory status - Impulse

Hello, i am wanting to change the colour of the inventory status. It currently displays green for items in stock , orange for item 4-2 items and orange for 1 item left. I would like it to be red for one item left. I did think it used to do this, but it doesn’t seem to any more. I am using impulse.

@gouldn Please send me the store url.

www.fatmangocreative.com

Example of one remaining being orange instead of red https://fatmangocreative.com/collections/shop-all/products/passionfruit-dangle-earrings

www.fatmangocreative.com

Example of one remaining being orange instead of red https://fatmangocreative.com/collections/shop-all/products/passionfruit-dangle-earrings

Hi @gouldn
This will have to be custom coded as your theme does not have feature to have different colors below the threshold set by you,
You’ll need to add the code to inventory class something like below and then we can add CSS set the color changes. If you’d like to discuss this more, don’t hesitate to send me a PM.

{% if current_variant.inventory_quantity == 1 %}one-left{%  endif %}

Please hit Like and mark it as a solution if this helps.