Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
I have searched your documentation and previous support tickets, and tried a few different CSS approaches, but I haven't found the solution to this exact subject.
The thing is I want the product badges that come built into Kalium (featured, out of stock and sale) to each have different colors - for example out of stock to be red, featured to be blue and sale to be green. How can I do this?
Based on other support tickets I have figured out how to change the color of all the badges at the same time (to make them all red for example) with:
.woocommerce .product .onsale
background: red;
But like I say I want the different kind of badges to have different colors.
Can you please direct me with what CSS code I can do this?
Hi there,
Use this CSS below to change the badge colors:
/* Sale Badge */ .woocommerce .product .onsale { background: green; } /* Out of stock Badge */ .woocommerce .product .onsale.oos { background: blue; } /* Featured Badge */ .woocommerce .product .onsale.featured { background: green; }Best regards,
Laborator Team
Beautiful, thank you :-)
Hi Regularehf,
Happy to hear that
Have a nice day!
P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.
A huge thank you from me and Laborator in advance.
Best regards,
Laborator Team