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.
Since the new update the "Add to Basket" text on the shop pages go green when you click them. As are the numbers at the bottom of the page.
I also see the numbers next to the filters are now grey. Is it possible to change these back to black?
Kind regards,
Alice
Hi Alice,
1— This problem will be fixed on the next minor update that we will release tomorrow.

2— It is green, and we will fix that problem too
Have a nice day!
Great! Will look out for the update.
Thank you,
Alice
Hi Ylli,
I have updated to 2.3.2 but we are still getting green text when Add to Basket is clicked and Product Short Description text is still grey.
Kind regards,
Alice
Hi Alice,
1— Ups, now I see that, we will address this problem on our next update too, but if you want to fix this now then please add the code below to your Custom CSS area:
.woocommerce .products .product .item-info .add_to_cart_button.loading {color: #000 !important;
}
2— Can you please add the code below to your Custom CSS area:
.woocommerce .summary {color: #333 !important;
}
Have a great day!
Thanks Yili!
That worked great.
I've just seen we are also getting green in the side menu, for sub category "–" (attached screenshot).
Could you send code to change those too please?
Kind regards,
Alice
Hi Alice,
This problem will be fixed on the next theme update
You can apply this CSS code on your Custom CSS area:
.widget ul ul a:before {background-color: #000;
}
And when you update the theme you can remove the code.
Have a great day!