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 guys.
Can you please give me advise how I can change the radio button on the Checkout page (I agree..)? Can I use custom CSS or you know another way?
I just want bigger twice with red square and black point inside.
Thank you. Andrey.
Hi Andrey,
Add this CSS to Custom CSS to enlarge and set a custom color to the checkbox:
input[type=checkbox]:before, input[type=radio]:before { background: #000; } input[type=checkbox], input[type=radio] { border-color: red; width: 32px; height: 32px; }Best regards,
Laborator Team