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.
Hi I was wondering if it is possible to change the colour of the badges (sale, featured, etc.) in the shop?
Hi Jesse,
Yes that is possible. Please add the code below to Custom CSS
.shop .shop-item .onsale, .woocommerce .shop-item .onsale { background: #f7b260 !important; color: #fff !important; }