Change color of submit button WPCF7
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
form colors can be changed under Theme options > Colors > Forms section but you can not have different colors per different forms unfortunately. Color can be set only once per whole site.
Thanks!