My form is not showing transparently even though I have all of the parameters set correctly. Am I doing something wrong?

  • ghengizshon
    Asked on October 30, 2017 at 7:22 AM

    I would like for one of my forms to display transparently. However, every time I make the proper adjustments to the design, nothing happens.

  • Kiran Support Team Lead
    Replied on October 30, 2017 at 9:57 AM

    I see that there is some CSS code added to the form. I notice that you set the background of the form to white in the CSS.

    150937182030102017 192516 Screenshot 10

    Please try changing the CSS to the following and the form should be displaying transparent on the website.

    .supernova {

            background: transparent !important;

    }

    Please get back to us if you need any further assistance. We will be happy to help.