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, how can I change the color of message box in my contact form to white? its really hard to see what you're typing in there because it darker color.
Hi Eddie,
Please add the code below to your Custom CSS area:
input[type=text], input[type=number], input[type=email], input[type=password], input[type=url], input[type=tel] { color: #fff; } .labeled-textarea-row textarea { color: #fff; }Have a nice day!
Thank you for this code, however the message box is still black text.
Ho Eddie,
The code that I wrote you works as it should, I just tested it again, but maybe you need to enter the !important CSS rule:
input[type=text], input[type=number], input[type=email], input[type=password], input[type=url], input[type=tel] { color: #fff !important; } .labeled-textarea-row textarea { color: #fff !important; }Have a nice day!
That worked! Thanks again.
Happy to hear that Eddie
Have a great day!
P.S: If you like Kalium, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.
A huuuge thank you from me and Laborator team in advance!