How to remove duplicated background?

  • Inomade
    Asked on April 20, 2017 at 4:53 PM

    Hi,

     

    is there a way to eliminate the duplicate background. see picture

     

     

    Jotform Thread 1124941 Screenshot
  • Kevin Support Team Lead
    Replied on April 20, 2017 at 6:49 PM

    Unfortunately, your screenshot did not reach this thread, please try uploading it by following this guide: How-to-add-screenshots-images-to-questions-in-support-forum

    Now, I think you're referring to the form background: 

    How to remove duplicated background?  Image 1 Screenshot 20

    If that's the case then you could remove it by injecting this CSS code: 

    .form-all {

        background-color: transparent !important;

    }

    This guide will help you to do it: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    However, if you're looking for something else, please let us know, we will be glad to help you.