Change color of submit button WPCF7

edited June 2016 in Theme support


Use 2 forms of contact form 7, I need to change the color of the submit button.


FORM 1:

Background = blue

Text color = blank

 

FORM 2:

Background = green

Text color = black

 

Use the following CSS code:

.wpcf7-form .wpcf7-submit.wpcf7-form-control { color: #212121 !important; background-color: #6dfe0d !important; }

 

How I can use different colors for each form?


Link:

http://siaplasticos.com/contacto/

Form 1 = Content

Form 2 = Footer

 

Thank you for your help

Comments

Sign In or Register to comment.