How do I remove the white lines above and below required fields?

  • aarlearningps
    Asked on September 30, 2014 at 11:34 PM
    Jotform Thread 436941 Screenshot
  • TitusN
    Replied on October 1, 2014 at 1:54 AM

    Hello, 

    To remove those lines, please add the following CSS to your form: 

    .form-line-error {

    border: none;

    }

    To add Custom CSS to your form, please follow this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let us know if that helps. 

  • aarlearningps
    Replied on October 1, 2014 at 8:32 PM

    Got it! Thank you, TitusN.