Title: Input text color
Last modified: August 22, 2016

---

# Input text color

 *  Resolved [Mercury_pl](https://wordpress.org/support/users/mercury_pl/)
 * (@mercury_pl)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/input-text-color/)
 * Hi,
    Firstly – Great plugin! But i’ve problem. I’ve a grey background on my wp
   site. The same color as font for input text. So actually I don’t see what am 
   I typing. How to change input text color? Exactly where and what i need to do
   to change it. Pls help.
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [CMSHelpLive](https://wordpress.org/support/users/cmshelplivecom/)
 * (@cmshelplivecom)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/input-text-color/#post-5281702)
 * Look for current theme’s stylesheet. You can find it in **Appearance->Editor**.
   And add following code at the end of stylesheet:
 *     ```
       input, input[type="text"], input[type="url"], input[type="date"], input[type="password"], input[type="email"], textarea, select, button, input[type="submit"], input[type="reset"], input[type="button"]{
       color:#000;
       }
       ```
   
 * Note: #000 Code is for black color. You can replace this code with yours.
 *  Thread Starter [Mercury_pl](https://wordpress.org/support/users/mercury_pl/)
 * (@mercury_pl)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/input-text-color/#post-5281725)
 * Yeah science!
    it works 🙂 It’s important to put this code to style-custom.css
   not style.css
 * Thanks a lot for your help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Input text color’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Mercury_pl](https://wordpress.org/support/users/mercury_pl/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/input-text-color/#post-5281725)
 * Status: resolved