I could not find any settings for contact form submit button style, I want to change the button background color and text color as well.
Hello,
You can use this custom CSS below.
input.wpcf7-form-control.wpcf7-submit:hover { background-color: black; color: yellow; } input.wpcf7-form-control.wpcf7-submit { background-color: red; color: blue; }
Best Regards, ThemeLooks Support Team