How can I remove the form border?

  • ElizabethLEvents
    Asked on November 16, 2016 at 5:49 PM

    There is an orange border from a template I used and I don't know how to remove the border.

    You can view the form here: http://elizabethlevents.com/contact/

    I've gone through the Designer section and have removed all borders and there is no CSS code visible.

    Thank you,

    Jotform Thread 991781 Screenshot
  • Chriistian Jotform Support
    Replied on November 16, 2016 at 9:21 PM

    Please inject the custom CSS code below into your form to remove the border:

    .form-all {

        border: none !important;

    }

    Here's how it should look after:

    How can I remove the form border? Image 1 Screenshot 20

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