change the font of Configuration list widget?

  • SumSolTrain
    Asked on July 2, 2014 at 8:52 AM

    Hi 

    I need to change the font to Arial and size 13 to the labels of the text boxes in the configuration list widget

    Please need your assistance   for coding using css 

  • Ashwin JotForm Support
    Replied on July 2, 2014 at 10:34 AM

    Hello swapna_summit,

    Please inject the following custom css in "Custom CSS" section of your "Configurable List" widget:

    th {

    text-align: left;

    font-size: 13px;

    font-family: Arial;

    }

    Please check the following screenshot on how to add the custom css in the widget:

    change the font  of Configuration list widget? Image 1 Screenshot 20

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!