I need to remove the border and the border shadow of a form

  • developerguru99
    Asked on August 10, 2017 at 2:00 AM

    Hi

    This Form is issue - https://form.jotform.me/71343386835462

    How to Remove Page Color and Form Color in form. -  https://www.screencast.com/t/dNX0lbwQD

     

    My requirement is displayed a simple form for not any color is set.

  • Ashwin JotForm Support
    Replied on August 10, 2017 at 2:07 AM

    Hello,

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

    .supernova .form-all {

        border: none !important;

        -webkit-box-shadow: none !important;

        -moz-box-shadow: none !important;

        box-shadow: none !important;

    }

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

    Thank you!