How can I change the colors of the Header fields?

  • dsutphin
    Asked on November 8, 2016 at 7:57 AM

    I have 2 header fields on top. I want to be able to make 1 or so words in a different color so it stands out.

    Secondly, how do I change the color in one of the headings to a different color? When I do this, both headers change to that color

    Each time I go to change one of the fields they both change at the same time.

    Attached is a snapshot.

     

    Thank You

     

    dsutphin

    Jotform Thread 984841 Screenshot
  • candy
    Replied on November 8, 2016 at 10:16 AM

    Hello,

    You can inject the following CSS into your form in order to change the colors of the headers:

    #header_80{
    color: orange !important;
    }
    #header_1{
    color:red !important;
    }
    #subHeader_1{
    color:pink !important;
    }


    Please find the screenshot below to see the changes:
    How can I change the colors of the Header fields? Image 1 Screenshot 20
    I hope this helps.
    If you need further assistance, do not hesitate to contact us.
    Thanks.