How to change the color of Form checkbox ?

  • hiremetafreelancer
    Asked on June 26, 2024 at 9:53 AM

    https://form.jotform.com/241723119618456
    You see when i select the checkbok this are in orange color

    How to change the color of Form checkbox ? Image 1 Screenshot 30


    https://form.jotform.com/241455779219467
    Below is my form i copy same css but still they show in blue color please make it on orange color.

    How to change the color of Form checkbox ? Image 2 Screenshot 41

  • Wilson JotForm Support
    Replied on June 26, 2024 at 10:15 AM

    Hi hiremetafreelancer,

    Thanks for reaching out to Jotform Support. When I cloned and tested your form, the same thing happened for me. After investigating it a bit, I found a solution how to change the form checkbox color. You can use this CSS Code below to make it orange as well:

    .form-checkbox:checked+label:after, .form-radio:checked+label:after {
        background-color: orange;
        opacity: 1;
        transform: scale(1);
    }


    Check out the screencast below to see my results:

    How to change the color of Form checkbox ? Image 1 Screenshot 20
    Give it a try and let us know how it goes.

 
Your Answer