How to change the label color of "Multiple Text Fields" widget?

  • Auerehuus
    Asked on September 25, 2018 at 9:33 AM

    I would change the color of the list field names in a multiple text field (Country, State, City, Street...) I would like the colour white. Can you help me with a CSS Code?

  • Ashwin JotForm Support
    Replied on September 25, 2018 at 11:00 AM

    I have injected the following custom css code in your widget and that seems to have resolved your issue:

    label {

        color: rgb(255, 255, 255);

    }

    Please check the screenshot below of your form:

    1537887582widgetCss Screenshot 10

    Hope this helps.

    Do get back to us if you need any other changes.

  • Auerehuus
    Replied on September 25, 2018 at 11:43 AM
    Great, thank you very much, perfekt!
    Von meinem iPhone gesendet
    ...