"customize" login page

You can change the logo with CSS:

#login h1 a, .login h1 a {
    background-image: url(https://yoursite.com/path/to/logo/logo.png);
    height:65px;
    width:320px;
    background-size: 320px 65px;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    }
4 Likes