Remove the image at the top of the form

  • ProgIntCSC
    Fecha de consulta 15 de marzo de 2024, 13:42

    Buen día,

    En la visualización del formulario esta apareciendo la imagen que encierro con amarillo y no encuentro la forma de eliminarla desde la configuración del formulario, me podrían orientar al respecto?

    Remove the image at the top of the form Image 1 Screenshot 20

    Gracias!

  • Neil Jotform Support
    Fecha de respuesta 15 de marzo de 2024, 14:00

    Hi ProgIntCSC,

    Thanks for reaching out to Jotform Support. Unfortunately, our Spanish Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Spanish, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. You can inject the CSS code below into your form to remove that logo:

    .form-all:before {
        display: none !important;
    }

    Let me walk you through it:

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

    Here's the result:

    Remove the image at the top of the form Image 1 Screenshot 20

    Give it a try and let us know if you need more help.