How can I change a color in a heading?

  • rcrowing1
    Asked on October 27, 2020 at 12:36 AM

    I have tried using the form designer to change the color of my header and sub-heading to green. The color of the sub-heading changes to green, but not the larger-font heading. I can change the color in the HTML (using Inspect when I right click) but can't figure out to save that code.

  • Vick_W Jotform Support
    Replied on October 27, 2020 at 2:53 AM

    Hi there,

    You can change the color of the main heading of your form by injecting the following CSS in your form.

    h1#header_1.form-header {
        color: #008000;
    }

    Here is how you can inject CSS into your form.

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please try it and let us know if you need further assistance.

    Thanks.

  • rcrowing1
    Replied on October 28, 2020 at 12:28 AM
    Perfect! Thank you!







    On 10/26/2020 11:53 PM JotForm <noreply@jotform.com> wrote:











    A new response has been received:






    Answered by
    Vick_W


    Hi there,
    You can change the color of the main heading of your form by injecting the following CSS in your form.
    h1#header_1.form-header {
        color: #008000;
    }
    Here is how you can inject CSS into your form.
    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes
    Please try it and let us know if you need further assistance.
    Thanks.




    View this thread on browser »
    Unsubscribe Thread


    1603781601
    ...