How to adjust my form's header text color?

  • criterions
    Asked on February 17, 2017 at 2:38 PM

    All of the headers for my forms are set to a blue background with white text. Somehow, this changed to GREY text on a blue background. I did not do this. Is there any reason why this would happen?

  • Nik_C
    Replied on February 17, 2017 at 4:00 PM

    I checked your form, I'm not sure why that changed if it was white before. I see that font color for the form is set to gray. Anyhow, I added the CSS code in your Custom CSS field:

    .form-header{

    color:#FFF!important;

    }

    I added in most of your forms but if I missed any you can simply copy and paste the code.

    If you have any further questions please let us know.

    Thank you!