How to change the color of my form's sub header text?

  • peoplesmegan
    Asked on March 27, 2024 at 10:31 PM

    Hello! i cant get the program to change my subheader text color.

  • Raymond JotForm Support
    Replied on March 27, 2024 at 11:49 PM

    Hi peoplesmegan,

    Thanks for reaching out to Jotform Support. I checked your wedding questionnaire form and see that the subheader text color is already updated. Are you trying to change it to something else? If so, we can use CSS codes to update it. Let me show you how to do that:

    • In Form Builder, click on the Paint Roller icon on the right.
    • Next, under the Styles tab, insert the following CSS codes into the CSS box.
    /* change first subheader text color - 13350291*/
    #subHeader_1 {
     color: red;
    }
    /* Ends here */

    How to change the color of my forms sub header text? Image 1 Screenshot 20

    The color on the code can be changed as preferred. Feel free to test this demo form or clone it to your account to inspect it further. If that’s not exactly what you’re looking for, can you explain a bit more so I can help you better?

    Reach out again if you need any help.