Remove background and footer branding

  • Ryan_Crosbie
    Asked on March 2, 2021 at 9:25 AM

    Hi there,

    I have put together a template and imported the code into a third party product, however the imported form features a grey background and a branded footer at the bottom of the form even though this option was unchecked within the settings.

    Please advise?

    Thank you

    Jotform Thread 2936344 Screenshot
  • Sam_G
    Replied on March 2, 2021 at 10:59 AM

    Hi Ryan_Crosbie,

    You can do that in the Form Designer > Colors tab:

    https://monosnap.com/file/PNCPi5KQYbUfb9wX8z8sAgztzVKj3H

    You can also change the opacity of the background color, especially in the Form Color settings. Guide here: https://www.jotform.com/help/122-How-to-Adjust-the-Opacity-of-a-Form-s-Background

    Unfortunately, you need a paid subscription to remove the JotForm Branding.

    Hope this information helps.

  • Ryan_Crosbie
    Replied on March 2, 2021 at 11:11 AM
    That's great, thank you for that.
    Is there also a way to remove shadows?
    Thank you
    ________________________________
    ...
  • Nikola JotForm Support
    Replied on March 2, 2021 at 3:14 PM

    You can remove the form shadow with the following CSS code:

    .supernova .form-all {

     box-shadow: none;

    }

    Related Guide: How to Inject Custom CSS Codes