This topic has 4 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Jack Richardson
hi,
in this product:
http://www.brazilianweave.uk/product/lace-frontal-mongolian-100-density/
If you choose 16 inches – it will say “in stock”
if you choose 18 inches – it will say “Available on backorder”
1. how do i change the “in stock” colour to: #239936 – Green
2. how do i change the “Available on backorder” colour to: #ff0000 – Red
If it is not possible, dont worry i will keep the default colour.
Thank you.
Hello,
1. Please use this code in Global Custom CSS:
p.stock.in-stock {
color: #239936;
}
2. Use this css code:
p.stock.available-on-backorder {
color: #ff0000;
}
Best regards,
Jack Richardson.
Thank you.
Hello,
You are welcome!
Best regards,
Jack Richardson.
The issue related to '‘Variations colour’' has been successfully resolved, and the topic is now closed for further responses