Form background will not go to transparent

  • AutomotiveHelpRepair
    Asked on February 23, 2015 at 4:43 AM

    Form will background will not go to transparent

    Settings are transparent - even injected CSS - No luck

    Thank you,

     

    Lee

  • Elton Support Team Lead
    Replied on February 23, 2015 at 9:02 AM

    Hi,

    I have replied to your other thread but you may also find this helpful.

    I can see that your form's background is now transparent. However, there's a gray border as well as box shadow around the form added by the form.

    First, set your default theme to "Nova Theme" on your form preference. This is to get rid of the background image found on your form that was added by Jot Theme.

    Form background will not go to transparent Image 1 Screenshot 30

    Second, if you want to remove the border and the box shadow around your form. Inject this CSS codes to you form.

    .form-all{

    box-shadow:none !important;

    border:none !important;

    }

    Or here's the easiest way to remove these. Select the theme-less icon in the Color Scheme.

    Form background will not go to transparent Image 2 Screenshot 41

    Hope this helps. Thanks!