Changing submit button color on Contact form 7

Hi there,

I’ve been having a hard time changing the color of my submit button on my contact form 7. Not matter how I adjust the CSS it still seems to be defaulting to the themes button color.

I’m also unable to change the radio button colors.

http://chloeatscout.com/inquiry-form/

Any help would be much appreciated.

Thanks,

Hello @PersimmonDesign,

Thanks for asking. :slight_smile:

First, please remove following code from theme options CSS panel:

.wpcf7-form input, .wpcf7-form textarea {background-color: #E4E0B7 !important; border: none;}

After that kindly add following CSS in the same place:

input.wpcf7-form-control.wpcf7-submit {background-color: #ddd !important; box-shadow: 0 0.25em 0 0 rgb(175, 175, 171), 0 4px 9px rgba(142, 141, 141, 0.75) !important; color: #fff !important;}

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.