Customize the logo on the WP login screen by simply dropping a file named login-logo.png into your WP content directory. CSS is automatic!
This plugin allows you to customize the logo on the WordPress login screen. There is zero configuration. You just drop the logo file into your WordPress content directory, named login-logo.png
and this plugin takes over.
Note that you should use a transparent background on the PNG image, crop it tightly (no padding pixels) and use a width of exactly 312 pixels for best results. Wider images will be downscaled in modern browsers, but it isn’t recommended to rely on that.
This plugin also works in the mu-plugins
directory.
Install the plugin and activate it.
Create a PNG image with a transparent background, tightly cropped, with a recommended width of 312 pixels.
Upload the PNG image to your WordPress content directory (/wp-content/
, by default), and name the file login-logo.png
.
If you have a multisite install with more than one network, you can also use login-logo-network-{NETWORK ID}.png
to assign a different login logo to each network.
If you have a multisite install, you can also use login-logo-site-{$blog_id}.png
to assign a different login logo to each site.
Done! The login screen will now use your logo.
login-logo-site-{$blog_id}.png
to have a different logo per multisite site.is_ssl()
on the login page.login-logo-network-{NETWORK ID}.png
to have a different logo per multisite network.background-size
unless the image is more than 326 pixels