This topic has 5 replies, 2 voices, and was last updated 8 years, 6 months ago ago by Stan Russell
Hi 8theme.
I would like to recolour the text showing then you chose a variation of a products.
“In stock” should be green and out “of stock red”.
Is this possible with custom css or how can i do it?
Hi 8theme.
I would like to recolour the text showing when you choose a variation of a product.
“In stock” should be green and “out of stock” red.
Is this possible with custom css or how can i do it?
Hello bikinha,
please add following css code to your Theme options > Custom css > Global css
.product-information .out-of-stock{
color:red;
}
.woocommerce-variation-availability{
color:green;
}
Regards,
Stan Russell.
Fantastic Stan!
Thanks so much :-).
Hello bikinha,
we are happy to help! Have a nice day!
Regards,
Stan Russell.
The issue related to '‘Recolour the "Out of stock" / "In stock" texts?’' has been successfully resolved, and the topic is now closed for further responses