Comments 2eddie789456 started the conversationJune 30, 2022 at 11:46pmHi, 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. {"wp":{"use":false,"adminUrl":"www.spstudioone.com/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}[deleted] repliedJuly 1, 2022 at 6:46amHi 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! 2eddie789456 repliedJuly 2, 2022 at 5:04pmThank you for this code, however the message box is still black text. [deleted] repliedJuly 4, 2022 at 6:58amHo 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! 2eddie789456 repliedJuly 4, 2022 at 3:33pmThat worked! Thanks again. 1 Like[deleted] repliedJuly 5, 2022 at 6:15amHappy to hear that EddieHave 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! Sign in to reply ...
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:
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:
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!