-
Changing the WordPress Login Logo without Using a Plug-in
Although there are numerous WordPress plugins that enable you to change your login logo (which defaults to the cute WordPress logo), you may prefer to customize it yourself, as I do. In this tutorial, we will walk through how to override the CSS to modify the login logo. Default login page. First of all, You need to prepare an image that size is bigger than 64 x 64. Then upload it into media. Open the function.php file and add the following code to the bottom line. Note that you need to replace the image URL with the URL of your logo. Success! We have done it.