-
AAraminta Romero
How do I change the text color of the MULTIPLE TEXT FIELDS widget? its grey and I am have added the CSS #multiTextContainer input[type="text"] {
color: white !important;
} but nothing changes, its still grey (my form has a dark image background)
-
Blake JotForm Support
Hi Araminta,
Thanks for using Jotform. I understand the issue, but I’ll need a bit of time to work out a solution. I’ll get back to you shortly.
Thanks for your time and patience, we appreciate it.
-
Blake JotForm Support
Hi Araminta,
You can change the color of the text in multiple text field widget. Check out the steps and screencast below:
1. In Form Builder, click on your widget, then, click on the Wand icon on the right side of the element.
2. Select Custom CSS on the top and inject the code below:
* {
color: #fff !important;
}
3. Click on the blue Update Widget button.