Having a transparent background color on form

  • AdminRSCM
    Asked on February 27, 2018 at 10:17 AM

    How can i remove the white background color on this form on this page?

    http://cdn.synergynaples.com/


    That form background color should be transparent

  • Jan
    Replied on February 27, 2018 at 11:47 AM

    Please try to inject this custom CSS into your form:

    .supernova {
    background-color: transparent !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    151975000802 28 8dbg7 Screenshot 10

    Hope that helps. Thank you.