Im trying to get the text on the form to show in white lettering instead of black. I used this code in Additional CSS , .nf-field-label{
text-transform: uppercase;
color: #22313F;
font-weight: 100 !important;
font-size: 14px;
font-family:’Montserrat’, sans-serif;
}
And it worked for some of the text but not all of it. if you got to http://1ni.aca.myftpupload.com/estimates-appointments/ you will see white bold text, but the other text on the page is black. How can I get it all white?
Thanks!!!