How can i change the title font-weight, shadow, remove the border below

  • DigitalDrawingRoom
    Asked on October 5, 2018 at 12:36 PM

    How can i change the title font-weight, shadow, remove the border below the title?

  • AshtonP
    Replied on October 5, 2018 at 2:08 PM

    You can use following CSS code to your form. -

    /*To remove the header border*/
    .form-header-group {
    border-style: none !important!
    }

    /*To adjust header's font size and text shadow*/
    #header_1 {
    text-shadow: 2px 2px green !important!;
    font-size: 30px!imporant;
    }

    Related Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know should you need further assistance.