This css code does not work to make my form background transparent

  • cecelia
    Asked on March 2, 2017 at 3:29 PM

    This css code does not work to make my form background transparent

    .form-all {

    background : transparent !important;

    }

    More suggestions.

  • Kevin Support Team Lead
    Replied on March 2, 2017 at 6:12 PM

    Your form currently has a background transparent effect, I have added a background image to show the form does not have any background color. 

    This css code does not work to make my form background transparent Image 1 Screenshot 20

    If you have embedded your form and you're still seeing a background color you could provide us the link so we can further inspect it. 

    We'll wait for your response. 

  • Cecelia
    Replied on March 2, 2017 at 8:51 PM

    Here's the website address http://www.stray grass Colorado.com

    The contact form I want to use is the tab labeled Contact (new).  After reading your answer, I would like the background image to be what the home page shows (the purple mountain colors).  Can you help me fix that?

    Thank you

  • liyam
    Replied on March 3, 2017 at 2:07 AM

    Thanks for the information, Cecelia.

    Please try this CSS code instead:

    .form-all, .supernova {
       background : transparent !important;
    }

    You will notice I added the class .supernova in it. 

    If the problem persists, please let us know.

    Thanks.

  • Cecelia
    Replied on March 3, 2017 at 9:33 AM

    Hello liyam,

     

    Yeah, that worked!  Thank you, thank you!  Cecelia