How to change the color of titles?

  • Brookbar
    Asked on March 24, 2019 at 2:49 PM
  • jherwin
    Replied on March 24, 2019 at 4:05 PM

    Are your referring to the header of your form?
    1553457816referring Screenshot 10

    If yes, then you can change it using custom CSS code. Please inject this to your form:

    .form-header-group .form-header {
       color: red;
    }

    Just change the red to your preferred color.

    Guide: How to Inject Custom CSS Codes