How to customize the colors on the multiselect grid widget?

  • clinical.adamspt
    Asked on December 9, 2020 at 4:43 AM

    Hello, I am in need of being able to customize the colors on the multiselect grid widget. Please provide the CSS code needed in order to do so. I only know who to change the color by changing the name of the font color to the HEX code I'd want. Thank you in advance.

  • Girish JotForm Support
    Replied on December 9, 2020 at 5:45 AM

    Please let us know on which form you need this implemented.

    Also, do you want to change the background colors or the text colors in the widget?

    You may add these codes into the CSS section of the widget:

    th{

    color: green;

    background: grey;

    }

    You may also use HEX codes.

    Here is an example:

    1607510673 5fd0aa919c9ba 0912 4 Screenshot 10

    Please review and let us know.