Title: Registration Form CSS
Last modified: August 31, 2016

---

# Registration Form CSS

 *  [acp73](https://wordpress.org/support/users/acp73/)
 * (@acp73)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/registration-form-css/)
 * Hi All,
 * I am looking to change the forms labels on a site for somebody but I can not 
   find the CSS form where I need to change the form labels:
 * [http://courierjamaica.com/wp-login.php?action=register](http://courierjamaica.com/wp-login.php?action=register)
 * It’s the yellow text on this form that I need to change.
 * Any advice?

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

 *  [Geoffrey Shilling](https://wordpress.org/support/users/geoffreyshilling/)
 * (@geoffreyshilling)
 * Volunteer Moderator
 * [10 years, 4 months ago](https://wordpress.org/support/topic/registration-form-css/#post-7019136)
 * I recommend making any changes like these using a [child theme](https://codex.wordpress.org/Child_Themes)
   or a plugin to add custom CSS. Try adding the following:
 *     ```
       .login label {
           color: #eeee22 !important;
       }
       ```
   
 * Change `#eeee22` (yellow) to whatever color you want. I hope this helps.
 *  Thread Starter [acp73](https://wordpress.org/support/users/acp73/)
 * (@acp73)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/registration-form-css/#post-7019140)
 * Unfortunately that didn’t work and I can’t find the original css file where to
   make the changes!!
 *  [Geoffrey Shilling](https://wordpress.org/support/users/geoffreyshilling/)
 * (@geoffreyshilling)
 * Volunteer Moderator
 * [10 years, 4 months ago](https://wordpress.org/support/topic/registration-form-css/#post-7019375)
 * I apologize for the delay in responding; I missed that you responded. I’m sorry
   to hear that didn’t work. It looks like the CSS is actually hard-coded in your`
   wp-login.php` file on line 63. If you change `#eeee22` there, it should give 
   you what you are looking for.
 * **Note:** Keep in mind any changes made directly to the theme will be removed
   if/when the theme is updated.

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

The topic ‘Registration Form CSS’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Geoffrey Shilling](https://wordpress.org/support/users/geoffreyshilling/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/registration-form-css/#post-7019375)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
