How do I change the font color for image radio button and image check box?

  • dewayner
    Asked on August 11, 2020 at 11:14 PM

    I can't seem to find how to change the color for image radio button and image check box. The font for the question will change color but not the font of the text of the actual image choice. Please help. Thank you.

  • Amin JotForm Support
    Replied on August 12, 2020 at 1:35 AM

    That can be done by injecting custom CSS code into your form.

    Kindly provide us with the new color you wish to switch to, so that we can provide you with the CSS code.

    We're patiently waiting for your response.

  • dewayner
    Replied on August 12, 2020 at 8:00 AM

    The color I want it to be is #d1acdd

    Thank you.

  • John Support Team Lead
    Replied on August 12, 2020 at 10:02 AM

    Please add this custom CSS code below to each widget:

    #images_button_container > li > label{

        color: #d1acdd!important;

    }

    That should set the color of the labels to #d1acdd.

    How do I change the font color for image radio button and image check box? Image 10