Title: Modifying wp-login.php
Last modified: August 18, 2016

---

# Modifying wp-login.php

 *  [cynikalsam](https://wordpress.org/support/users/cynikalsam/)
 * (@cynikalsam)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/modifying-wp-loginphp/)
 * How do i change the background color on wp-login.php?

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

 *  [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/modifying-wp-loginphp/#post-94452)
 * in the CSS file,
    body { background: #fff; color: #000; margin: 0; padding: 0;}
   would change it to white… but note that this will change the background throughout
   the admin interface.
 *  Thread Starter [cynikalsam](https://wordpress.org/support/users/cynikalsam/)
 * (@cynikalsam)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/modifying-wp-loginphp/#post-94466)
 * Yeah thats the problem. I tried that, but i just want the login page black, but
   i dont want to change anything after that..
    Is that possible?
 *  [Mark McKibben](https://wordpress.org/support/users/manzabar/)
 * (@manzabar)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/modifying-wp-loginphp/#post-94583)
 * Sure, create a seperate CSS file just for the login page (then edit the login
   page so it looks at the special CSS file) and then put the code below in that
   CSS file:
    body { background: #000; color: #000; margin: 0; padding: 0; }
 *  Thread Starter [cynikalsam](https://wordpress.org/support/users/cynikalsam/)
 * (@cynikalsam)
 * [21 years, 8 months ago](https://wordpress.org/support/topic/modifying-wp-loginphp/#post-94595)
 * Ok i’ve changed the color. Thanks guys.

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

The topic ‘Modifying wp-login.php’ is closed to new replies.

 * 4 replies
 * 3 participants
 * Last reply from: [cynikalsam](https://wordpress.org/support/users/cynikalsam/)
 * Last activity: [21 years, 8 months ago](https://wordpress.org/support/topic/modifying-wp-loginphp/#post-94595)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
