How do I remove the background border?

  • Tozando
    Asked on August 28, 2017 at 11:00 PM

    I am trying to remove the border on background but could not find the way.

    Can anyone help?

  • Ashwin JotForm Support
    Replied on August 29, 2017 at 12:43 AM

    Hello Tozando,

    Please inject the following custom css code in your form to remove the border around form:

    .supernova .form-all, .form-all {

        box-shadow: none !important;

    }

     

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

  • Tozando
    Replied on August 29, 2017 at 5:14 AM

    It worked. Thanks!