Changing Color of Contact Form Input Field
-
Hey guys!
Jon here and i’m trying to change the color of the input field for Contact Form 7 on my website that I’m building for a client:
https://thermalreconditioningsf.com/build/contact/
I’m using the haircare theme found at this link:
I’m wanting to change the input color to white #FFFFFF
I’ve read through the forums and have tried a few pieces of code. I’m a coding and WordPress beginner. I’m using a child theme of the parent theme “Hair Care” and i’ve tried changing code in these places:
1. Appearance –> Editor –> Stylesheet (style.css) (Parent Theme)
code used/edited:
}
#contact-form input, #contact-form textarea, #commentform input , #commentform textarea {
color: #ffffff; (tried changing this to white)
width: 97%;
padding:10px 5px;2. Edit Page –> Edit Widget –> Attributes –> CSS styles
code used/edited:
* Contact Form 7 Styles
———————————*/.wpcf7 {
background-color: #F0F0F0;
input-color: #F0F0F0;
border: 5px solid #666666;
}
I believe there’s code in the theme that ‘s overriding what I need it to change to. As of now the color that always remains is a dark gray.
Any suggestions?
Thank you
- The topic ‘Changing Color of Contact Form Input Field’ is closed to new replies.