How to change the Contact form color?

I would like to change the background color of the contact form to a black - grey color. Or even better is there a way to change it easily to any color I like?

Thanks!

Hello,

The only way to style the colors is by handling some CSS coding.

For contact section background color, this is the snippet:

#contact-us {
    background-color: #dda06f !important;
}

This code should be placed in a child’s theme stylesheet.css, ideally.
But you can use a Custom CSS plugin or place it inside Dashboard > Appearances > Editor > Style.css but keep in mind that this will get erased if you update the theme.

Let me know if you got it alright.

Regards