Is it possible to modify the column header font and background color of the Multiselect Widget?

  • max123jot
    Asked on October 13, 2016 at 12:27 AM

    also for the visual multiselect field 

    is it possible to modify the column header font and background color

     

    thanks

  • Chriistian Jotform Support
    Replied on October 13, 2016 at 12:37 AM

    You can add the code below to the Custom CSS area of the Multiselect widget to change its background color and font. Simply change the values of the yellow highlighted text based on your preference.

    .custom-header {

        background-color: red !important;

        font-family: Arial;

    }

    To open the Custom CSS area, click the wand icon on the widget.

    Is it possible to modify the column header font and background color of the Multiselect Widget? Image 1 Screenshot 40

    Click the Custom CSS tab and paste the css there.

    Is it possible to modify the column header font and background color of the Multiselect Widget? Image 2 Screenshot 51

    Here's how it should look after:

    Is it possible to modify the column header font and background color of the Multiselect Widget? Image 3 Screenshot 62

    If you need further assistance, please let us know.
    Cheers.

  • max123jot
    Replied on October 14, 2016 at 9:44 AM
    hi
    i understand better the logic
    ...