How can I set up a transparent background to my form?

  • PacoPrado
    Asked on October 4, 2016 at 4:24 PM
    La pagina no se muestra tal cual esta en esta imagen y por lo que veo tambien ha cambiado su performance... por favor podrias subir una captura reciente ? porque he intentado colocar el fondo transparente y no lo he logrado... antes era mas facil! Gracias...
  • Kevin Support Team Lead
    Replied on October 4, 2016 at 4:43 PM

    Yes, the wizards have change since 2014, the year when the other thread was opened, it is a bit different now and there are multiple options to set up a transparent background to your form. 

    The first way is by opening the Mini Designer tool and setting up the background to transparent there, here is a screenshot for visual guidance: 

    How can I set up a transparent background to my form?  Image 1 Screenshot 30

    You can also click on the "Advanced Designer" button in order to get the full designer tool, once there go to the form background section and click on the "X" icon to remove  the background color: 

    How can I set up a transparent background to my form?  Image 2 Screenshot 41

    There is a third option, you may inject this CSS code to your form: 

    .supernova, .form-all{

        background: transparent !important;

    }

    This will set the background to transparent as well, here is the guide that will help you to inject the code: How-to-Inject-Custom-CSS-Codes

    Hope this helps. 

  • PacoPrado
    Replied on October 4, 2016 at 10:10 PM

    Genial.... jamas imagine que iban a contestar.... muchas gracias!

  • John_Benson
    Replied on October 5, 2016 at 3:24 AM

    On behalf of my colleague, you're welcome. 

    If you need anything else, let us know. We'll be happy to assist you.