How to make page background to transparent in form designer

  • ushine
    Asked on October 16, 2014 at 2:18 PM

    I am trying to make the background transparent in my form and it is not registering.  Please advise

  • Elton Support Team Lead
    Replied on October 16, 2014 at 3:40 PM

    Hi,

    Add this CSS codes to your form if you want the page background to be transparent.

    .supernova {

    background: transparent !important;

    }

    Should output like this,

    How to make page background to transparent in form designer Image 1 Screenshot 30

    ---

    You can also do it on the form designer. Click the background color and then drag the color opacity holder to the left to make it transparent. Example:

    How to make page background to transparent in form designer Image 2 Screenshot 41

    Thanks!