Adding a silver background to the form

  • CharliMatz
    Asked on July 31, 2016 at 3:35 PM

    The entire look and of my form has changed when I just signed on.  How do I get the correct format back?

    It used to be silver and now it is just plain?

    Charli

  • Mike
    Replied on July 31, 2016 at 3:42 PM

    The form design might be changed when you save the form with the form designer styles.

    If you would like to apply a silver background to the form, you may try adding the next CSS via form designer.

    html {
    background: url("//jotform.us/images/brushed.png") repeat scroll center center rgb(153, 153, 153) !important;
    }
    .form-all {
    background: #d3d2d3 !important;
    }

    Animation:

    Adding a silver background to the form Image 1 Screenshot 20

    Thank you.

  • CharliMatz
    Replied on July 31, 2016 at 4:01 PM

    Thanks I did that but not what I had before, but close.

    For some reason all of the fonts and formatting has changed.  Don't know where it went????

     

  • David JotForm Support Manager
    Replied on July 31, 2016 at 5:17 PM

    You check your revisions history: https://www.jotform.com/help/294-How-to-view-form-revision-history, and revert to a previous version if you want to. But first make sure to clone your current form to have a back up: https://www.jotform.com/help/27-How-to-clone-an-existing-form-from-your-account 

    Let us know if you need more help, we will be glad to assist you.