How do I remove the line between the last field/ drop down and the next buttons?

  • koypo
    Asked on April 3, 2017 at 4:54 PM
    How do I remove the line between the last field/ drop down and the next buttons?
  • Jan
    Replied on April 3, 2017 at 5:39 PM

    My understanding is that you want to remove the line above the page break buttons.

    How do I remove the line between the last field/ drop down and the next buttons? Image 1 Screenshot 30

     

    If yes, please insert this CSS code:

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

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's there result:

    How do I remove the line between the last field/ drop down and the next buttons? Image 2 Screenshot 41

    Hope that helps. Thank you.

  • koypo
    Replied on April 4, 2017 at 5:59 AM

    Thanks Jan