How to remove the border from form fields?

  • theblackheartgroup
    Asked on March 29, 2015 at 9:28 PM

    how do you delete sections from a template form?

  • Ashwin JotForm Support
    Replied on March 30, 2015 at 4:22 AM

    Hello theblackheartgroup,

    I am not sure if I have understood your question correctly. Do you want to remove the white lined which is being disabled after the form fields? Please check the screenshot below:

    How to remove the border from form fields? Image 1 Screenshot 20

     

    Have you cloned this form from templates? You see the white lines because of the several custom css code injected in form.

    To remove these lines from your form, please inject the following custom css code in your form:

    .form-line {

      border: none !important;

    }

    The following guide should help you inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!