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.
It might be I have overlooked something, but where can one edit the color AND text string of the badge which appear on the top right a book cover. On the live preview it shows SALE!, but unfortunately the localized string here is too long for the badge.
Hi peterbj,
To be able to rename/translate the string you can install Loco Translate plugin.
To change the color of the Sale badge please add the code below to your Custom CSS area:
.woocommerce .onsale {Thanks!background: red !important;
color: #FFF; }