Changing LED color from green to red when item is out of stock (Expanse Theme)

Does anyone know how to change green icon to red when item is out of stock?

Vero Mango Lollipops (40 Count) – Carnival Candies & Ice Cream Inc. (carnivalcandiesicecream.com)

It will require some additional javascript and css.

Hi @CarnivalIce , go to theme.liquid and add the following code in the bottom of the file above tag :

{% unless product.available %}

{% enunless %}

result:

@CarnivalIce wants to change the led color to red, and it won’t work with multi variant products.

Hi @CarnivalIce ,
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about FChanging LED Color From Green To Red When Item Is Out Of Stock (Expanse Theme) , let’s try this solution:
Online Store ->Theme ->Edit code->theme.liquid


I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly

Hi Theodore! This solution won’t work with multi-variant products, and @CarnivalIce wants to change the bulb color

You can do this by setting a class for this item

What is the solution? This remains still unsolved.