Is it possible to enlarge header using custom CSS code?

  • ConsumerAttorneys
    Asked on September 18, 2019 at 9:52 PM

    Is it possible to increase the size of the Heading on top of the form?  It is presently set to Large but in CSS can it manually be enlarged?

    Jotform Thread 1970205 Screenshot
  • jherwin
    Replied on September 19, 2019 at 12:08 AM

    That's possible, please try this custom CSS Code:

    h1#header_7 {
        font-size: 45px!important;
    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Simply change the 45px to your preference font-size.

     
  • ConsumerAttorneys
    Replied on September 19, 2019 at 7:45 AM

    Thank you.