Change style of contact form 7 button


I want to change the contact form 7 button style to match my rest of the buttons on my website.
I want to change the contact form 7 button style to match my rest of the buttons on my website.

Hello @filter,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS to change button color:

 input.wpcf7-submit {
    background-color: #4bbeed;
    border: none;
    box-shadow: none;
}

Let us know how it goes.

Thanks.

Thanks that helped

Glad we could help.

Cheers!

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