Is there a way to change font color on a question?

  • kaleenscott
    Asked on July 31, 2019 at 6:26 PM

    For example: When using the "Checklist" Widget, and it asks you to type your question first. Can I change the font color of that question without changing the other questions in the beginning of the form (Name, District, Guest Count on this particular form)?

  • VincentJay
    Replied on July 31, 2019 at 6:57 PM

    Yes, we can add custom CSS code to the form to change the font color.

    Let us know what Question you want to change and we will provide you the custom CSS code.

    Here's a sample:

    1564613617fasgzv Screenshot 10

    We'll wait for your reply.

  • kaleenscott
    Replied on July 31, 2019 at 7:01 PM

    Thank you! Yes, I want to be able to change the font color on each of the "# seats available" to lime green (but dark enough so it's visible on a white background).

  • Girish JotForm Support
    Replied on July 31, 2019 at 7:37 PM

    Please add the CSS code below into the form:

    #label_62, #label_66, #label_63, #label_64, #label_65, #label_67, #label_68, #label_69, #label_70, #label_71, #label_73, #label_74, #label_75, #label_76, #label_77, #label_78, #label_79, #label_80 {

    color: #32CD32;

    }

    Related Guide: How-to-Inject-Custom-CSS-Codes 

    This will how the form look. Please check if this color will suit you or would you need a darker color:

    15646161290108 1 Screenshot 10

    If you need a darker color, you can replace "#32CD32" in the above code with any value from this link: https://www.rapidtables.com/web/color/green-color.html 

  • kaleenscott
    Replied on July 31, 2019 at 7:41 PM

    That's perfect, thank you!