I have added contact form 7 to my website.
I would like to change its submit button to something else other than the primary color.
Hey totalcy,
Try playing with this css:
#top .wpcf7-form-control.wpcf7-submit {
background-color: #e03a93;
color: #ffffff;
border-color: #c018a2;
}
#top .wpcf7-form-control.wpcf7-submit:hover {
background-color: #7e114c;
}
Best regards,
Victoria