Transparent Background

  • bibo1989
    Asked on October 6, 2015 at 2:53 AM

    Hi, I need to make a transparent background for the form with the title ''Handyman'', Like the link below, the form has a white background which doesn't show on the preview because it's white, and I want to have the form itself kind of a transparent as well, to show the background photo on the website.

     

    Could you please let me know how can I do this?

     

    I tried to write ''transparent'' in the form preferences, but it didn't work

  • BJoanna
    Replied on October 6, 2015 at 4:20 AM

    You can make your form transparent by Injecting this custom CSS code:

    .supernova {

        background-color: transparent!important;

    }

    Here is how you can inject this codes: How to Inject Custom CSS Codes.

    Hope this will help. Let us know if you need further assistance. 

  • bibo1989
    Replied on October 6, 2015 at 11:23 PM

    Thanks. What if there's already css codes in the theme I pick, do I put the new css code under the old ones?

  • BJoanna
    Replied on October 7, 2015 at 3:24 AM

    Yes, inside of Inject Custom CSS field, under existing code add new CSS code.

    Transparent Background Image 1 Screenshot 20

    Feel free to contact us if you have any other questions.