Contact Us Background Colour

Hi,

I does anyone know how to change the background colour of the contact form? I have searched all through the code and it doesn’t say about the background colour anywhere

Many thanks

Nick

Hello,

You can find extensive information about this in previous forum threads

This is the CSS snippet that takes care of the background color:

#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