Solved

Change colour of inventory status (impulse)

Gypsymoon
Explorer
89 0 14

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!

 

IMG_2455.jpg

Accepted Solution (1)

DavidEKim
Shopify Partner
392 131 187

This is an accepted solution.

Hi,

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

 

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

 

Hope it helps.

Thanks.

If helpful, please Like and Accept Solution.
Want to customize your store, please feel free to contact me.
PeopleVillage - Shopify Partner

View solution in original post

Replies 3 (3)

DavidEKim
Shopify Partner
392 131 187

This is an accepted solution.

Hi,

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

 

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

 

Hope it helps.

Thanks.

If helpful, please Like and Accept Solution.
Want to customize your store, please feel free to contact me.
PeopleVillage - Shopify Partner
Gypsymoon
Explorer
89 0 14

Thank you! That worked perfectly!!

DanniGyrl
Visitor
2 0 0

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?