How to remove the TITLE from the form

  • TroyBrewer
    Asked on January 12, 2018 at 10:14 AM

    You can see my form on this page: https://www.sparkworldwide.org/invest


    I'd like to remove the title and padding since it takes up so much space. Is this possible?


    Thank you!


    T

  • Dexter_R
    Replied on January 12, 2018 at 11:55 AM

    You can remove your title by entering this code in your custom CSS:

    .jfWelcome-header .form-header{

    display: none;

     }

    Or you can simple erase header in JotForm account and then again import to your website. 


  • TroyBrewer
    Replied on January 12, 2018 at 12:10 PM

    Great.. Where exactly would I add that custom CSS?


    T

  • Dexter_R
    Replied on January 12, 2018 at 12:42 PM

    Sorry about that, I forgot to added this link:   

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

    Let me know if this helped!