How to remove a grey line above the Page Breaks

  • Realtipix
    Asked on November 27, 2015 at 8:27 AM

    How to remove thin grey lines in my form?

    How do I remove the thin lines in my form? https://form.jotform.com/53301578023145

  • Mike
    Replied on November 27, 2015 at 10:37 AM

    If you would like to remove a line above the Page Breaks, you can add a bit of CSS to do this.

    How to remove a grey line above the Page Breaks Image 1 Screenshot 30

    Here is the CSS:

    .form-pagebreak {
    border-top: none;
    }

    How to remove a grey line above the Page Breaks Image 2 Screenshot 41

    If you need any further assistance, please let us know.

  • Realtipix
    Replied on November 27, 2015 at 10:55 AM

    Thank you, worked great. How can I make the first name and last name fields equal sizes? For some reason, they are two different sizes as default in your system.
  • Mike
    Replied on November 27, 2015 at 12:10 PM

    The second question has been moved into a separate thread:

    http://www.jotform.com/answers/713075

    We will get back to you quickly.