Background color changes in editor but not in preview

  • Consultants4Change
    Asked on February 3, 2016 at 11:54 AM

    I can change the background colour using the CSS code so it appears in Jotform editor but when I preview it has this weird blue gradient repeaty pattern and not the white background I was looking for. I have cleared the cache and still nothing is happening.

     

    Tried logging in and out but it still won't allow me to change the colour also tried in the new editor.

     

    I have tried the suggestions in this post already - http://www.jotform.com/answers/453145-I-cannot-change-the-form-background-color 

     

    Your input would be appreciated.

     

    Thank you

  • BJoanna
    Replied on February 3, 2016 at 2:19 PM

    You can remove gradient repeat pattern by Injecting Custom CSS.  Inside of your Form Builder select Setup & Embed tab, then click on Preferences, then select Form Styles tab and inside of Inject Custom CSS field at the bottom of existing code instead of your code add this code:

    .supernova .form-all, .form-all {

        background: none;}

    Background color changes in editor but not in preview Image 1 Screenshot 30

    After you add mentioned code your form will look like this.

    Background color changes in editor but not in preview Image 2 Screenshot 41

    Inside of my cloned form I have added mentioned CSS code. Here is my form:

    https://form.jotform.com/60335515865963 

    Feel free to clone it.

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

  • Consultants4Change
    Replied on February 4, 2016 at 5:06 AM

    Thanks so much for your help, I didn't have any joy adding in the CSS code but I'm not sure that it is my strong suit. Cloning the form has done the trick.

    Thanks again.

  • BJoanna
    Replied on February 4, 2016 at 6:14 AM

    You're welcome.

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