I am looking to change the color of my required fields on a form. I know I can do this by adding a CSS class, but this is a form that was already created and has over 25 required fields. I looked in the source and saw that cf-required was a class assigned to fields which had the required attribute, but didn't have any success changing the text color of those fields. The css I tried is below. Let me know what I need to change to get the field text to change color.
Thanks,
Nate
.cf-required {color:red;}