JotForm Footer: Changing background color

  • Tellmemore
    Asked on March 21, 2016 at 3:16 PM

    Is there a way to change the background color of the Form View logo/footer?  (It would be nice to change it to a color more suitable to the color of the form.  The current white background can be disruptive to the form.)

  • Mike
    Replied on March 21, 2016 at 3:45 PM

    This is possible to add CSS via Form Designer in order to style the JotForm Footer background.

    Here are two examples:

    /* Lightgray JotForm Footer background */
    .jotform-ad {
    background-color: lightgray !important;
    }

    /* Transparent JotForm Footer background */
    .jotform-ad {
    background: transparent !important;
    }

    JotForm Footer: Changing background color Image 1 Screenshot 20

    If you need any further assistance, please let us know.

  • sbrselectriccom
    Replied on June 22, 2016 at 3:41 PM

    I am using

     

     

    /* Transparent JotForm Footer background */

    .jotform-ad {

    background: transparent !important;

    }

     

    but the footer is still white.  Any suggestions?

  • Mike
    Replied on June 22, 2016 at 5:05 PM

    @Sbrselectriccom,

    We will update your support forum thread as soon as possible.

    Thank you.