Change color of the Text field in Contact Us Section

I would like to change the color of the text field in the contact section from that muddy orange color to white.

I’ve attached a picture to what I am referring too.

Any help, would be kindly appreciated.

Hello @nextand,

I remember we literally did the same thing in the past for you, so please check that other forum tread for the solution and let me know if you got everything alright.

Best regards

I’ve tried to add the previous code but it didn’t seem to make a difference. I checked on multiple browswers and cleared cache.

If you can provide it again, I would REALLY appreciate it.

Thanks for your time,
Nextand

Hello,

You should try this CSS:

#contact-us .section-content .wpcf7-form p .wpcf7-text {
    background-color: #fff;
    border: 1px solid #fff;
}
#contact-us .section-content .wpcf7-form p .wpcf7-textarea {
    background-color: #fff;
    border: 1px solid #fff;
}

Kind regards

Thank you for your help!! I really appreciate it.

This theme looks amazing.

Great support :slight_smile:

Hello!

In the same section, I’ll like to change background color. Now this section is #dda06f and I’ll would like to change this color.

Thank’s and best regards

Hello again,

I have resolved it change the style.css and insert in it:

#contact-us {
	background-color: #8c8c8c;
}

Thank’s

That’s the way forward and I’m happy that you all got it right.

Kind regards