Heading text is not changing the font style

  • elevateyourwebsite
    Asked on October 21, 2016 at 11:06 AM

    I need help with one of my forms- it is an untitled form- I want the header to be garamond and it wont change

  • Jan
    Replied on October 21, 2016 at 12:20 PM

    You can change the header font in the Form Designer. Once you are in the Form Designer, just select the header and then you'll see the Header Styles in the Design tab. Just select "EB Garamond" in the drop down. Here's a screenshot:

    Heading text is not changing the font style Image 1 Screenshot 20

    You can also insert the custom CSS below to change the font of the header:

    .form-header {
    font-family: "EB Garamond", sans-serif;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes.
    If you have any questions, let us know. Thank you.

  • elevateyourwebsite
    Replied on October 21, 2016 at 12:37 PM

    I did all of this already and it is not updating- which is why I am emailing you. 

  • Jan
    Replied on October 21, 2016 at 1:58 PM

    I logged in to your account and I opened your form. I saw that the font family is still not set to "EB Garamond". Please don't forget to save the changes after changing the font.

    Heading text is not changing the font style Image 1 Screenshot 30

    I also checked your CSS and I didn't see the CSS Code I provided.

    Heading text is not changing the font style Image 2 Screenshot 41

    Here's the CSS code I provided:

    .form-header {
    font-family: "EB Garamond", sans-serif !important;
    }

    Please refer to this guide on How-to-Inject-Custom-CSS-Codes.

    If you're still having any issues, let us know and we'll go ahead and logged in to your form and change it. Please take note that the font available is "EB Garamond".

    Thank you.