How to change the font color of the Infinite List widget?

  • jaehaoh
    Asked on January 19, 2015 at 8:12 PM

    Hi,

    We're looking to change the color of the Infinite List widget, more specifically, the font and text color of the text entered when the "save" button is clicked. The stock text is black but it's hard to see with the background we have and would like to change it. Any ideas on how to edit this?How to change the font color of the Infinite List widget? Image 1 Screenshot 20

  • Ashwin JotForm Support
    Replied on January 19, 2015 at 11:00 PM

     

    Hello jaehaoh,

    I did check both of your form and none of them has any "Infinite List" widget. One of your form has "Configurable List" widget.

    If you want to change the font color of the "Configurable List" widget, please add the following custom css code in your "Configurable List" widget (change the color as per your requirement):

    input[type=text], select, textarea{

    color: red;

    }

    Please check the screenshot below on how to add the css code in configurable list widget:

    How to change the font color of the Infinite List widget? Image 1 Screenshot 20

     

    If you want to change the color of your "Infinite List" widget, please add the following custom css code in your widget (change the color as per your requirement):

    td.label{

    color: red;

    }

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!