Impulse Theme- Make the inventory status dot red

Solved

Impulse Theme- Make the inventory status dot red

jtorres
Explorer
66 0 17

Hello, I would like to make the green inventory status dot red forever.

In this photo, you can see it is green. 

 

Captura de pantalla 2022-03-10 a las 9.55.48.png

 

This is the product page: https://diva-lash.com/products/pestanas

Thank you for your help on advance!

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 641 1582

This is an accepted solution.

@jtorres 

.icon--inventory:after, .icon--inventory:before {
    background: red !important;
}

Add this code in the bottom of Online Store->Theme->Edit code->Assets-> theme.css file.

View solution in original post

Replies 4 (4)

oscprofessional
Shopify Partner
16343 2438 3177

@jtorres ,

.icon--inventory:after, .icon--inventory:before {
    background: red;
}

 

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
Zworthkey
Shopify Partner
5581 641 1582

This is an accepted solution.

@jtorres 

.icon--inventory:after, .icon--inventory:before {
    background: red !important;
}

Add this code in the bottom of Online Store->Theme->Edit code->Assets-> theme.css file.

Zworthkey
Shopify Partner
5581 641 1582

@jtorres 
if helpful, Kindly like and accept our Solution.
Let me know if you need any more help.

XavierAymon
Visitor
1 0 0

Do you also know how to change it green when you have stock. It be would be red when out of stock and green when you have inventory