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.
Hello: I am developing my site in the dark style and I need to change the color of the message text in the contact form. It is currently gray and I need it to be white.
Please, could you tell me how to correct it? Thanks in advance
Hi Luis,
Please add the code below to your Custom CSS area:
.labeled-textarea-row textarea { color: #fff; }Have a nice day!