-
SalonVioletDemandé le 4 juillet 2025 à 11:03
Bonjour,
Je souhaite changer en blanc la couleur du texte du header du ''Review before submit''.
Le code CSS proposé par Podo ( .review-header, .review-header * { color: white !important; } ) ne fonctionne pas pour ce header mais pour celui du formulaire lui même...
Avez-vous la solution ?
Merci.
-
Aries Jotform SupportRépondu le 4 juillet 2025 à 13:59
Hi gilles62,
Thanks for reaching out to Jotform Support. To change the text color of the Review Before Submit header, you can try injecting the custom CSS codes below. Let me show you how to do it:
1. First, copy this code:
}
#previewContainer .control_head h1 {
color: white !important;
}
#previewContainer .form-subHeader {
color: white !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.
Here's the sample result after injecting the custom CSS codes into the form:
Give it a try and let us know how it goes.
-
SalonVioletRépondu le 4 juillet 2025 à 18:18
Thanks Aries, it works well!