I am having some issues change all form text to black. I am able to get everything but the field label.
Can you tell me what I am doing wrong?
I am having some issues change all form text to black. I am able to get everything but the field label.
Can you tell me what I am doing wrong?
Add this to the bottom of your custom.css or chrome.css (whichever one you've been making additions to):
.gform_wrapper label {
color:#000000;
}
The element you want to target is the label.