Make form background transparent

  • SmartwaystoCanada
    Asked on October 20, 2015 at 9:20 AM

    Kindly, advice on how to make the background of my form turns clear as it used to be in the past.

     

  • Elton Support Team Lead
    Replied on October 20, 2015 at 9:23 AM

    Thanks for your reply and apologies for the inconveniences caused.

    Actually, Nova's default background color is white but you can customize it further in the form builder.

    If you want to make the entire form background transparent, simply inject this CSS codes to your form.

    .form-all {

        background-color: transparent !important;

        border: none !important;

        box-shadow: none !important;

    }

    .supernova {

        background: none !important;

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes-to-your-Form (paste the code at the bottom part)

    Result:

    Make form background transparent Image 1 Screenshot 20

    Hope this helps. Thanks!

  • SmartwaystoCanada
    Replied on October 20, 2015 at 9:33 AM

    awesome! 

     

    it works. thanks a lot :)

  • David JotForm Support Manager
    Replied on October 20, 2015 at 11:29 AM

    On behalf of my colleague, you are welcome! If you need anything else, please open a new thread, we will be glad to assist you.