How do I change Font in header

  • nkabraham
    Asked on June 4, 2019 at 5:59 PM
  • John Support Team Lead
    Replied on June 4, 2019 at 7:48 PM

    You may customize the Header text by inserting a custom CSS code to the form. Please refer to the following guide:

    In the Form Builder, go to Form Designer -> CSS tab and insert the custom CSS below. You may input your preferred font and/or font size:

    .form-header{

             font-family:"Monotype Corsiva";

             font-size: 30px;

    }

    Please see example below:

    1559691998capture36 Screenshot 10

    Should you have further concerns, please don't hesitate to respond on this thread.