How to change the color of text in Image Checkboxes using CSS?

  • IRDA_RH
    Asked on January 15, 2019 at 11:07 AM

    Hello Jotform!!!  :)

    What the CSS to change the checkboxesContainer text for white {color:#FFFFFF;}?

    Thanks !!!

    Meg

  • Nick_So
    Replied on January 15, 2019 at 11:50 AM

    Please make below changes to change the color of the text to white.

    1) Go to Widget Settings >> Custom CSS

    1547570713The Easiest Online Form Builde Screenshot 10

    2) Type in the below CSS code and click Update Widget.

    #images_button_container li label {

     color:rgb(255,255,255);


    }

    1547570873The Easiest Online Form Builde Screenshot 21

    You can use the below guide to inject CSS codes to widgets:

    https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets


  • IRDA_RH
    Replied on January 15, 2019 at 12:12 PM

    I love it!!! Nice!!!!!!! It works!! Thank yo so much !!! 

    😊