How do you change the font and color of a header?

  • bebrand1
    Asked on April 3, 2018 at 11:02 AM
  • Jan
    Replied on April 3, 2018 at 12:22 PM

    May I ask what font are you planning to use?

    You can use custom CSS in order to change the font and color of the header text. Here's an example:

    .form-header-group .form-header {
    color: red;
    font-family: Arial;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    152277212904 04 ouhll Screenshot 10

    Hope that helps. Thank you.