After setting your new WordPress site, i believe you should definitely change the default WP logo in the wp-login page and use your custom logo instead. So in this post i will show you how you can change it using a simple hook.
Of course you can add your custom css and change the default WP logo but there is also this nice hook which alters the background image via css and can be put in your Child Theme’s function.php file.
Whether you decide to change the stylesheet or add the hook below to use your custom logo, you should use a Child Theme. The Child Theme is useful not only for this hook but also for every single one modification you want to add to your theme. The reason for that is pretty simple. When you use a Child Theme to change stuff etc all these modifications remain intact when you update your parent theme. [Read more…] about Custom Logo in wp-login Page