Confirgurable List widget: What CSS codes do I need to change the font and font-size of the labels.

  • ThreeFeathersBearScare
    Asked on March 30, 2020 at 2:33 PM

    Could you please tell me what the CSS codes to change font family & font size for labels in this widget are?

    Thanks

  • Mike_G JotForm Support
    Replied on March 30, 2020 at 5:12 PM

    Here are the CSS codes that you need to change the font-family and font-size of the labels in a Configurable List widget.

    th[class^="col"] {

         font-family: "Times New Roman", Times, serif;

         font-size: 24px;

    }

    1585602712zt17 10 05 Screenshot 10

    Feel free to let us know if you need any further assistance.