Embedded contact form background color changes when inserting code

  • sbi
    Asked on November 15, 2015 at 2:31 PM

    I created a quick contact form and it looks fine in the Preview. However, when I embedded the form into the Expression Platform, the background color changes and the text box is the background color option. I would like to look like the Jotform view. 

     

    Is there a CSS inject that would help.

     

    Background Color is #232323

     


    https://form.jotform.com/53184240156147

     

    1447615257embedded bk change Screenshot 10

     

    Any help is appreciated.

     

    Thanks!

    Jotform Thread 705143 Screenshot
  • victor
    Replied on November 15, 2015 at 5:00 PM

    To assist you better could you please provide the URL of your web site. In the mean time you can try using the following CSS code

    .form-all{

        background-color:  #232323 !important;

    }

    Embedded contact form background color changes when inserting code Image 1 Screenshot 20

    Please let us know if this helps.