How do I remove repeating background colors?

  • CATC
    Asked on June 23, 2015 at 3:06 PM

    i'm trying to get the form to show up (as i believe it used to as default) our website without any background.  but now, i see blue lines.  how do i remove them?

     

    golove.org/nextgenreference

     

    thanks!

    Jotform Thread 595032 Screenshot
  • Ben
    Replied on June 23, 2015 at 4:32 PM

    You have either removed the background or I am not shown the same. When I take a look at your jotform, I see a nice and clean layout of the form:

    - on your website:

    How do I remove repeating background colors? Image 1 Screenshot 30

    - when viewed directly:

    How do I remove repeating background colors? Image 2 Screenshot 41

    Now if you are still seeing the same issue by some chance and want to remove it, you can do that by adding this code:

    html.supernova, .supernova body {
        background: none transparent;
    }

    It will make your form background transparent.

    You should add it to your form (at the bottom of all the other code) as shown here: Inject Custom CSS Codes

    Do let us know if you are still experiencing some / any issues.