How to remove "Bold" styling in the Column headers of the configurable list widget?

  • RogerYelvington01
    Asked on April 13, 2015 at 3:49 AM
    4.  I would like to remove the "Bold" font from the column headers on all of the configurable lists.
  • Charlie
    Replied on April 13, 2015 at 4:55 AM

    To change the font-weight of the column headers to normal, you can inject the custom CSS code below inside the Configurable list widget's setting, here's a guide on how to setup the widget properly: http://www.jotform.com/help/282-How-to-Set-Up-the-Configurable-List-Widget.

    Here's the custom CSS code:

    th {

    font-weight: normal !important;

    }

    Do let us know if you need more information on this.

    Kind regards