How to create no background behind form, or make it transparent

  • SandyPoint
    Asked on January 12, 2018 at 11:17 AM

    Can I set the background to transparent instead of white?

    Jotform Thread 1347460 Screenshot
  • Dexter_R
    Replied on January 12, 2018 at 12:19 PM

    Try to place this code into your custom CSS: 

    .supernova {

      background-color: transparent !important;

    }

    Here is the link, how you can inject CSS code into your form:

    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let me know how it goes?