How Do I Get Rid of the Border Around the Whole Form?

  • macgill3
    Asked on March 10, 2016 at 4:42 AM
    how do I get rid of the dark gray border around the whole thing?
  • mert JotForm UI Developer
    Replied on March 10, 2016 at 4:51 AM

    You can easily get rid of that border by injecting some custom CSS to your form. Below, you will find the necessary code. Please, copy & paste it to your form with the method provided.

     

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

        border: none !important;

        box-shadow: none !important;

    }

     

    Please, check the results on your form after applying this code:

    How Do I Get Rid of the Border Around the Whole Form? Image 1 Screenshot 20

     

    For further assistance, please do let us know.

    Thanks.