I need some css help in configurable list widget.

  • SarahCalvert
    Asked on November 16, 2017 at 11:19 AM

    Hi, what code do I need to use to change the colour of the label pictured to white so that the font is not black on a grey background. The widget is Configurable List. Many Thanks, Sarah

    Jotform Thread 1300498 Screenshot
  • Sabbir
    Replied on November 16, 2017 at 11:29 AM

    Can you please send us the form link on which you need to make the changes, so we can check?

  • SarahCalvert
    Replied on November 16, 2017 at 11:39 AM

    https://form.jotform.com/63015110217943

  • Sabbir
    Replied on November 16, 2017 at 11:53 AM

    For Gymnast Entry Configurable Widget, use the following CSS:

    .col1,.col2,.col3,.col4,.col5,.col6
    {
     color: #ffffff;
    }

    For Judges Widget, use the following CSS:

    .col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8
    {
     color: #ffffff;
    }

    For Coaches Widget, use the following CSS:

    .col1,.col2,.col3
    {
     color: #ffffff;
    }

    Here where you have to put the CSS in every widget:

    1510851198configcss Screenshot 10

    Hope this will resolve your issue.

    If you have any further query, please let us know.

  • SarahCalvert
    Replied on November 16, 2017 at 11:57 AM

    Amazing! Thanks