Change colour of inventory status (impulse)

Hi,

just wondering if anyone knows how to change the colour of the low stock inventory status?

the in stock has a green button with black text, low stock is all orange. is there a way to change the text to black but keep the orange button? pic attached

thank you!

Hi,

Please add the code below to assets/theme.css.

.inventory--low {
    color: #000 !important;
}

Hope it helps.

Thanks.

Thank you! That worked perfectly!!

Hi

How do I get this Alert to show on my items? is it a code or an app? I would like to add to my site?