-
yd08031989Demandé 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 SupportRé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.
Check out this screenshot of my result:
Give it a try and let us know if this works for you.