Designer not allowing me to set frame to transparent?

  • commercialkings
    Asked on August 17, 2016 at 10:50 AM

    The Form designer will not allow me to set the Frame Color to Transparent. 

     

    https://www.jotform.com/?formID=62294240373958#

     

  • Charlie
    Replied on August 17, 2016 at 1:12 PM

    There's a theme applied on the form, I presume that is why the frame doesn't turn transparent, it's being overwritten by the theme style. 

    You can use this custom CSS code to give a priority styling on the form's background color:

    .form-all {

        background: transparent !important;

    }

    You can paste that custom CSS code under the CSS tab in your Form Designer Tool:

    Designer not allowing me to set frame to transparent? Image 1 Screenshot 20

     

    Note that it is transparent, so the color of the background of the form page will be reflected there. Here's mine: https://www.jotformpro.com/form/62295115778969. You can see that it is white because the form's page background is white. 

    Let us know if you need more help on this.