How can I remove the logo?

  • dbooren
    Asked on November 1, 2017 at 4:22 PM

    Hello, 

    I'm trying to remove a logo from teh background of a form.  I can see how to add/remove images on the form itself, and also how to change the entire background image, but I currently have a logo in the teal section of the form that says JBFC that I would like to remove.  

    Thank you!


  • Support_Management Jotform Support
    Replied on November 1, 2017 at 6:55 PM

    Please try the following CSS codes to remove the logo of your form:

    .form-all:before {

      display: none !important;

    }

    .form-all {

      margin-top: 0 !important;

    }

    Result: https://www.jotform.com/73046952443963

    How can I remove the logo? Image 1 Screenshot 20