Change colour of form header text

  • jameshailes
    Asked on June 12, 2014 at 6:44 AM

    I can't find a way to chnage the header text font colour in my forms. I can change the label text colour but not the header.

     

    Thanks

  • egeg
    Replied on June 12, 2014 at 6:58 AM

    Hi there,

    You can do this by using the Inject CSS functionality. Simply copy and paste the code below and replace the colors with your desired color.
    How to inject custom css

     

    CSS to be injected:

    .form-header {

    color: #000000;