Title: CSS for login
Last modified: August 21, 2016

---

# CSS for login

 *  [Sal_Criscione](https://wordpress.org/support/users/sal_criscione/)
 * (@sal_criscione)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/css-for-login/)
 * I have a very basic question.
    I am looking for,
 * .login h1 a {
    background-image: url(‘../images/w-logo-blue.png?ver=20131202’);
   background-image: none, url(‘../images/wordpress-logo.svg?ver=20131107’);
 * I looked over the page,
    [http://codex.wordpress.org/Customizing_the_Login_Form](http://codex.wordpress.org/Customizing_the_Login_Form)
 * and I looked at the wp-admin.css, wp-login.php, & functions.php files. I can 
   not find the CSS, .login h1 a {}.
 * I just installed WordPress from godaddy. Thank you

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

 *  [donhoward](https://wordpress.org/support/users/donhoward/)
 * (@donhoward)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/css-for-login/#post-5042516)
 * You could embed your CSS in the head of the functions.php file. Or you could 
   link to your own login-style sheet.
 * Hope that helps,
    Don
 *  Thread Starter [Sal_Criscione](https://wordpress.org/support/users/sal_criscione/)
 * (@sal_criscione)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/css-for-login/#post-5042520)
 * I was hoping to find the exact file and edit it myself. I am wondering is I over
   looked something.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/css-for-login/#post-5042523)
 * Never, **ever**, edit WordPress core scripts!
 *  Thread Starter [Sal_Criscione](https://wordpress.org/support/users/sal_criscione/)
 * (@sal_criscione)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/css-for-login/#post-5042525)
 * [@esmi](https://wordpress.org/support/users/esmi/)
    The css is hiding the logo
 * background-image: none, url(‘../images/wordpress-logo.svg?ver=20131107’);
 * What would you suggest to have the logo visible. And it is hidden in Google Chrome,
   not hidden in Firefox. I was wondering why it is hidden.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/css-for-login/#post-5042530)
 * You need to load the new CSS via a plugin or your theme.
 *  Thread Starter [Sal_Criscione](https://wordpress.org/support/users/sal_criscione/)
 * (@sal_criscione)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/css-for-login/#post-5042535)
 * ok, thank you for your help.
 *  [donhoward](https://wordpress.org/support/users/donhoward/)
 * (@donhoward)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/css-for-login/#post-5042536)
 * background-image: none
 * That would hide it, and then you are showing it again by using the url() value.
   That is confusing the browsers and they are resolving it differently. Remove 
   the value of none and it should work fine. Then replace the url(‘../images/wordpress-
   logo.svg?ver=20131107’); with the logo image you want to replace it with.

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

The topic ‘CSS for login’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [login](https://wordpress.org/support/topic-tag/login/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 3 participants
 * Last reply from: [donhoward](https://wordpress.org/support/users/donhoward/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/css-for-login/#post-5042536)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
