-
fazzappHello,
Please, I need the CSS code to change the font color of the widget Terms & Conditions from white to
hex 2D2D2D.
The text of the deeplink I want as the color blue.
Thank you.Carlos Melo.
-
Ronald JotForm SupportHi Carlos,
Thanks for reaching out to Jotform Support. If you can share the link to your form, I can check it out and help you with a solution.
Once we hear back from you, we'll be able to help you with this.
-
fazzappOk, the form is:
https://form.jotform.com/240736343582054 -
Ronald JotForm SupportHi Carlos,
We can adjust the color of the label on your form by injecting custom CSS codes on it. It's easy to do. Let me walk you through it:
1. Copy the code below.
/* Change Font color - 18691311 */
.theme-light #_label{
color: #2D2D2D !important;
}
/* End code here */
2. In Form Builder, select the Terms and Condition widget and click the Wand Icon.
3. Click on the Custom CSS tab, and paste the code.
4. Click the Update Widget button and you're done.
Reach out again if there’s anything else we can help you with.
-
fazzappGreat !
Thank you.