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.
Can you help me to style the Contact Form please?
I have found most things on public tickets except the following two:
1. Change the field line colour and thickness
2. Align submit button left (instead of right)
Thank you!
Hi ep,
1— Which areas exactly please? Can you send us a screenshot and the URL of that page? Thanks!
2— Please add the code below to your Custom CSS area:
.contact-form .button {float: left; }
Thanks Ylli.
I want to change the underline (border?) of Name, Email, Message fields. Colour and thickness.
I attached a screenshot from your demo. Thanks so much!
Hi ep,
That area can be changed in your Custom Skin area (more), but anyway I will send you the CSS code to change that area only.
Can you please add the code below to your Custom CSS area:
.contact-form input, .contact-form textarea { border-bottom-color: red; } .contact-form textarea { background-image: linear-gradient(red 1px, transparent 1px); } input[type=checkbox], input[type=radio] { border: 1px solid red; }Have a nice day!
Ohh I didn't realise it was the same border in Custom Skin. Thank you so much for this Ylli.
I always appreciate your support :)