change contact form font color

  • Unknown's avatar

    Hi, this should be a simple fix but I can’t seem to change the font color in my contact form widget. I’d like to change to font color of the headers (“Name”, “Email”, “Message”) from white to black but when changing the “Text Color” it only changes the font color of the “Submit” button and not the headers.. Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Hmmm, that is tricky. I’ll file an enhancement request for the form, but in the meantime you can change its colors via CSS like so:

    .contact-form label {
        color: black;
    }

    Hoping this helps!

  • Unknown's avatar

    Hey awesome this worked perfectly! Thanks a lot :)

  • The topic ‘change contact form font color’ is closed to new replies.