Title: comments form input fields
Last modified: August 19, 2016

---

# comments form input fields

 *  Resolved [big-opera](https://wordpress.org/support/users/big-opera/)
 * (@big-opera)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/comments-form-input-fields/)
 * the color of the text in the comments form fields, such as name, et cetera are
   a very light yellow on a white background making it virtually impossible to see.
   
   I’ve search around the various CSS items but so far haven’t been able to find
   out where this input text is styled.
 * [http://www.thealchemist.com](http://www.thealchemist.com)

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

 *  [chaoskaizer](https://wordpress.org/support/users/chaoskaizer/)
 * (@chaoskaizer)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/comments-form-input-fields/#post-804727)
 * open your theme style.css (line 219)
 * find
 *     ```
       #commentform #email, #commentform #author, #commentform #url {
       color: #660000;
       font-size: 1.1em;
           background: #eee;
           border: 1px solid #300000;
           width: 180px;
       }
       ```
   
 * if u need readable text you could replace the above code with the following
 *     ```
       #commentform #email, #commentform #author, #commentform #url {
       background-color: #fff;
       border: inherit;
       color:#000;
       font-size:1.4em;
       font-style:normal;
       font-weight:400;
       letter-spacing:1px;
       padding:6px;
       width: auto;
       }
       ```
   
 *  Thread Starter [big-opera](https://wordpress.org/support/users/big-opera/)
 * (@big-opera)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/comments-form-input-fields/#post-804837)
 * thanks very much for your assistance!

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

The topic ‘comments form input fields’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [big-opera](https://wordpress.org/support/users/big-opera/)
 * Last activity: [17 years, 11 months ago](https://wordpress.org/support/topic/comments-form-input-fields/#post-804837)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
