Background Color

  • labman3
    Asked on July 13, 2015 at 1:42 PM

    How do I stop white background from displaying when I embed code to website. My form is blue, but a white background frame appears on website

    http://form.jotform.us/form/51386206687160

    Here is the link to website:

    http://www.iss-sleep.com/#!sleepsurvey/c23ui

  • deniz JotForm Developer
    Replied on July 13, 2015 at 1:53 PM

    Hi,

    You can easily change your form background color via our Designer:

    Background Color Image 1 Screenshot 30

    Background Color Image 2 Screenshot 41

     

    Let us know if you need any further assistance.

    Thank you.

  • labman3
    Replied on July 13, 2015 at 1:54 PM

    I updated my question

     

  • deniz JotForm Developer
    Replied on July 13, 2015 at 2:13 PM

    Hi,

    You can add the following css to your web site :

    .supernova body {

      background-color: #0078C1;

    }

    Hope this resolves your issue.

     

    Thanks.