Turn gray border into white

  • GlobalSuccessFund
    Asked on July 1, 2017 at 5:12 AM

    Hi,

    I have created a form. But the external area to the form is off-white/gray. Because of this, when I integrate the form on my website http://www.globalsuccessfund.org/need-funding-for-your-business.html?lang=en a gray border appears all around the form. Initially I thought this might be an iframe issue, but even after turning on the transparency, and setting the  border to 0, I am not able to get rid of this.

    Please assist me on this.

  • liyam
    Replied on July 1, 2017 at 8:00 AM

    Please try injecting this CSS code into your form: 

    .supernova .form-all {
       box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
       -webkit-box-shadow : 0 0 0 rgba(0, 0, 0, 0) !important;
       -moz-box-shadow : 0 0 0 rgba(0, 0, 0, 0) !important;
       border: 0 !important;
    }
    html {
       background-color: #fff !important;
    }

    If you need to know how to inject CSS into your form, please follow the steps from this guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please get back to us if you have additional questions or other concerns.