Enlever une image d'entete cachée

  • Trentotto
    Demandé le 5 novembre 2024 à 12:49

    Bonjour


    Je suis parti d'un clonage de formulaire car je pensai utiliser la focntionnalité prise de rdv de mon formulaire initial.

    Mais j'ai une image d'entête que je n'arrive pas à supprimer !

    pouvez vous m'aider?

    c'esy l'image orange logo Oddos et In'Flor que l'on voit au preview mais je ne sais plus où je l'ai intégré....

    Enlever une image dentete cachée Image 1 Screenshot 20

    Merci!

  • Christopher Jotform Support
    Répondu le 5 novembre 2024 à 13:27

    Hi Trentotto,

    Thanks for reaching out to Jotform Support. Our French Support agents are busy helping other Jotform users right now, so 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 French, let us know and we can have them do that. But, it might take a while until they're available again.

    Now, coming back to your question, you can remove the logo by using the provided custom CSS code below.

    /*Remove form logo at the top - 20835673*/
    .form-all:before {
      display: none !important;
    }
    /*Code ends here*/

    /*Adjust the form top margin - 20835673*/
    .form-all {
        margin-top: 10px !important;
    }
    /*Code ends here*/

    Here's how to do it:

    1. In Form Builder, on the right side of the screen, click on the Paint Roller icon.

    2. On the right panel, go to Styles.

    3. Scroll down to Inject Custom CSS.

    4. Paste the provided CSS code.

     Enlever une image dentete cachée Image 1 Screenshot 30

    Result:

    Enlever une image dentete cachée Image 2 Screenshot 41

    Give it a try and let us know how it goes.

  • Trentotto
    Répondu le 6 novembre 2024 à 04:02

    It perfectly works.

    Thanks you