Changing text colour

  • DavidGrayTV
    Asked on June 2, 2017 at 11:07 AM

    Hi guys. Is there a way to change the text colour of individual questions?

    For example, I have a bridal questionnaire and would like the text of questions relating to the bride coloured pink and the groom blue. is this possible or is it a form wide colour?

    The form is entitled test for the moment

  • David JotForm Support Manager
    Replied on June 2, 2017 at 12:04 PM

    That is possible to accomplish through CSS injection. I believe you are referring to this form: http://www.jotformeu.com/form/60362763558361 

    If that is the case, inject this custom code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    #label_6,#label_141,#label_8,#label_111,#label_10,#label_9,#label_136{

        color: deeppink;

    }

    #label_12,#label_153,#label_112,#label_16,#label_17,#label_66,#label_152{

        color: blue;

    }

    Result:

    Changing text colour Image 1 Screenshot 20

    Let us know if you need more help, we will be glad to assist you.