Comment modifier l'aperçu avant de soumettre le sous-texte

  • yd08031989
    Demandé le 18 mars 2025 à 04:50

    Bonjour J'aimerais changer la couleur verte du texte du module de relecture avant soumission comment faire ?

  • Richie Jotform Support
    Répondu le 18 mars 2025 à 10:26

    Hi yd08031989,

    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 use custom CSS to change the subtext. Let me show you how:

    1). First, copy this code:

    #previewContainer ul li>div.value.border {
    color: black !important;
    border: none !important;
    }

    2). In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3). Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.
    Comment modifier laperçu avant de soumettre le sous texte Image 1 Screenshot 30

    Check out this screenshot of my result:

    Comment modifier laperçu avant de soumettre le sous texte Image 2 Screenshot 41

    Give it a try and let us know if this works for you.