Changing contact us button color

Hello,

Can you please tell me how to change the color of the button on the contact us form? Please see attached screenshot. Thank you.

Hi there,

Could you try this CSS:

#contact-us .section-content .wpcf7-form p .wpcf7-submit{
    background-color:red;
}

add it to appearance \ customize - additional css.
You can change the red to whatever color you want.

Hope this helps.