Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #557935

    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?

    #557974

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.