I changed the gravity forms on my website so that the label text is white. I am using the built in contact form on the contact page, but I want the labels (Name, Email, etc) to be dark:
http://alphametic.com/contact/
How can I change the label text on only these forms?
Hi ncfan2030!
Add this to a codeblock element in that page.
<style type = "text/css">
#after_section_1 label {
color: black !important;
}
</style>
Regards,
Elliott