How to remove border between header and subheader?

  • netruck
    Asked on April 13, 2016 at 1:32 PM

    Is there a way to remove the Sub Header border that separates the Header and the Sub Header?

     

     

  • Charlie
    Replied on April 13, 2016 at 2:47 PM

    You can do that by using this custom CSS code:

    .form-subHeader {

        border-top: none !important;

    }

    Here's my cloned form with that CSS code: https://form.jotform.com/61035871967969 

    This is how it looks like:

    How to remove border between header and subheader? Image 1 Screenshot 20

     

    Let us know if that works.

  • netruck
    Replied on April 14, 2016 at 10:07 AM

    Thank you!