Contact Foum 7 Button Text Color Change
Hi, All im trying to change the contact form 7 submit button text.
Currently, it is yellow. and I would want it white.
i did have this code but it did not work
a.button_theme, a.tp-button.button_theme, button, wpcf7-form-control has-spinner wpcf7-submit, input[type="submit"], input[type="reset"], input[type="button"] {
background-color: #3924d7;
color: #ffffff;
Any thoughts
Comments
Hello,
Please, try the following code instead:
Thanks