How do I change the field ID name COLOR?
-
benbftgAsked on February 24, 2014 at 03:11 PM
How do I change the field ID name COLOR?
This is a re-post of a comment on How to Find Field IDs and Names
-
CarinaAnswered on February 24, 2014 at 03:26 PM
If I understood right you wish to change the color of a field. If that is the case then inject the following css code:
#input_1
{
color:#00ff00;
}Change the #input_1 for the field ID, and adapt the color code to what you wish.
Let us know if I misunderstood your question or if you need further assistance. Also if you let us more details about your form we can be of more assistance.
-
pinoytechAnswered on February 24, 2014 at 03:38 PM
Hi,
In addition to my colleague's response incase you are referring on form labels only, use this custom css and inject in to your form.
.form-label-top, .form-label-left, .form-label-right {
color: #FFFFFF;
}
Feel free to contact us again if you need further assistance.
-
dlassonAnswered on October 19, 2015 at 12:27 PM
I have successfully changed the input color, but I am having trouble with changing the label color. I want the color to be the same green color as the "Total Deductions" label at the end of the form.
The field I am working on is the "Per-Pay Dependent Care FSA" field on http://form.jotform.us/form/52426685038157
Thanks.
-
DavidAnswered on October 19, 2015 at 01:59 PMJotform Support
@dlasson Since your request is different than the original, I have moved your request to a thread of its own. I will follow up here in this thread shortly: