Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter WPPaul

    (@wppaul)

    Anyone???

    I think this is what you’re trying to do…

    You can use the Custom CSS module of Jetpack to add some new rules to style those labels as you wish. From Appearance -> Edit CSS (make sure the module is activated from Jetpack -> Settings), you can add the following:

    (to style a “Name” field)
    label.grunion-field-label.name {
    color: #cc0000;
    }

    (to style an “Email” field)
    label.grunion-field-label.email {
    color: #cc0000;
    }

    (to style a “Comment” field)
    label.grunion-field-label.textarea {
    color: #cc0000;
    }

    You will need to change that final value in the class (e.g. “name”, “email”, “textarea” as above) depending on what “Field Type” you are using in your contact form.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘font color contact form’ is closed to new replies.