How Do I Change the Text Color of the Multiple Text Fields Widget?

  • Araminta Romero
    Asked on July 23, 2024 at 8:56 PM

    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
    Replied on July 24, 2024 at 3:25 AM

    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
    Replied on July 24, 2024 at 3:34 AM

    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.

    How Do I Change the Text Color of the Multiple Text Fields Widget? Image 1 Screenshot 20 That's it. Give it a try and let us know how it goes.