CSS on Button Checkboxes widget

  • Sybares
    Asked on February 5, 2020 at 6:23 AM

    Hello Jotform team,

    I'm trying to change the color of the letters or/and the background of the Button Checkboxes in my form, but I can't figure it out.

    Could you please give me a hand or a tuto ?

    Thanks in advance!


    field ID #input_430


  • AshtonP
    Replied on February 5, 2020 at 8:09 AM

    Thank you for writing to Jotform support.

    You can put in the below code in the custom CSS field of Button Checkboxes widget.

    .checkboxes input + label {

    color: #ffffff ; 

    background: rgba(65, 26, 153, 0.39); 

    }

    Here is a screenashot for your reference:

    1580908051The Easiest Online Form Builde Screenshot 10

    You can put in any color to change the color of the text in place of #ffffff and the same goes with the background color below it.

    Feel free to reach us in case you need any further help from our end.