Tagged: contact form 7
Hi, reference to post #854298 I am trying to change the Contact Form 7 CSS colour to black using the following code.
.wpcf7 p input[type=”submit”] {
background: black !important;
}
However, it is not working. Is there a solution please?
Thanks,
Hey demicoli00,
Please provide a link to your site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Hi,
Where can I find the CF7 form? It’s not the one on the contact page.
Also, are you just needing the submit button changed to black?
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
.wpcf7-form-control.wpcf7-submit{
background:#000!important;
}
Best regards,
Jordan Shannon
Worked like a charm. Thanks
Hi,
No problem at all! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon