How to remove the logo from my form?

  • hiraieikaiwa
    Asked on March 28, 2024 at 9:35 AM

    Hello!

    Below is a form that I have created.

    https://form.jotform.com/hiraieikaiwa/trial-lesson.

    I have the same problem in another form too.

    https://form.jotform.com/hiraieikaiwa/taiken

    It seems impossible to remove the red logotype in the top of the form.

    In edit mode, I was able to delete it. It does not show in preview mobile view, but it still appears in desktop view and in tablet view.

    How can I make it not appear?

    Please advice or help.

    Best Regards,

    Bjorn


    Jotform Thread 13361951 Screenshot
  • Ryan JotForm Support
    Replied on March 28, 2024 at 9:45 AM

    Hi hiraieikaiwa, 

    Thanks for reaching out to Jotform Support. To remove the logo, please inject the CSS code in both of your forms below:

    /* Remove logo - 13361951 */
    .form-all:before {
    display: none !important;
    }

    .form-all {
    margin-top: 0 !important;
    }

    To inject the CSS Code in your form, check out the steps and screencast below:

    1. Open your form in Form Builder, and click on the Paint Roller icon on the right side of the page to open Form Designer.
    2. Under the Styles tab, scroll down and paste the code into the Inject CSS Code box.

    How to remove the logo from my form? Image 1 Screenshot 30
    Result:

    How to remove the logo from my form? Image 2 Screenshot 41
    Give it a try and let us know how it goes.