How do I remove boxes around questions?

  • barcodeproducts
    Asked on March 24, 2017 at 5:29 AM

    My form displays lines around questions when I preview my form.

    How can I remove them?

    I've attached a screenshot to show the lines.  Hopefully you can see it below.

  • Ashwin JotForm Support
    Replied on March 24, 2017 at 7:33 AM

    Hello barcodeproducts,

    Please inject the following custom css code in your form and that will remove the border you have set in your form:

    .form-input {

        border: none !important;

    }

    .form-label-left {

        border: none !important;

    }

    .form-input-wide {

    border: none !important;

    }

    The following guide should help how to 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!