How can I remove white border frame around my forms?

  • spellboundme
    Asked on July 30, 2019 at 1:15 AM

    So i am embedding my form into my website that has a picture as its background. No matter what I do, i am unable to remove that white background with rounded frame. Is there a way?

  • Emre JotForm Developer
    Replied on July 30, 2019 at 2:26 AM

    Hello,

    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.

    If you require further assistance feel free to let us know.

  • spellboundme
    Replied on July 30, 2019 at 5:04 AM

    Thanks a lot. It worked! :)