• I’m having some trouble changing the format of the submit button — it’s inheriting CSS text style (customized to white text) from the twenty-ten theme. I’d like to change the text to black, but I can’t seem to find how to do it even though I’ve changed other button text to black on other forms on the site. Can you help me?

    Thanks

Viewing 1 replies (of 1 total)
  • Add a class to the submit button like so:
    [submit id:send class:buttoncontact]

    Then use css:
    .wpcf7-form .buttoncontact { color:#000000; }

    Check out the “Generate Tag” tool in the Contact Form 7 settings area.

    Cheers!
    Jules

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Contact Form 7] Change format of submit button’ is closed to new replies.