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 there,
How to customize :
1- Green background (Screenshot_15)
2- Red background (Screenshot_16)
3- Green background (Screenshot_18)
Regards,
Hi there,
If you add the CSS below to your Custom CSS it will change all the messages like errors, alerts, notices and info boxes, simply change the color from #000 to any other color:
.woocommerce-error { background-color: #000; -webkit-box-shadow: 0px 0px 0px 6px #000; box-shadow: 0px 0px 0px 6px #000; } .woocommerce-message { background-color: #000; -webkit-box-shadow: 0px 0px 0px 6px #000; box-shadow: 0px 0px 0px 6px #000; } .woocommerce-notice { background-color: #000; -webkit-box-shadow: 0px 0px 0px 6px #000; box-shadow: 0px 0px 0px 6px #000; } .woocommerce-info { background-color: #000; -webkit-box-shadow: 0px 0px 0px 6px #000; box-shadow: 0px 0px 0px 6px #000; }Best regards,
Laborator Team