Font color: on select all widget?

  • gcpfdparamedic
    Asked on November 12, 2024 at 11:47 AM

    I am trying to change the font color from black to white on the select all widget. Is this possible?

  • Princess JotForm Support
    Replied on November 12, 2024 at 1:54 PM

    Hi Bryan,

    Thanks for reaching out to Jotform Support. Changing the font color on the select all widget from black to white is possible through CSS. Let me show you how it's done:

    1. Open your form in Form Builder and click on the Wand Icon on the right side of your widget.

    2. Go to Custom CSS tab and paste the code below:

    .table {
      color: white;
    }


    Give it a try and let us know how it goes.

Your Answer