Best Ways to Replace Your WordPress Logo in Login Page

In this article, we going to see the best ways to replace your existing WordPress logo in the login or signup page. Whenever you try to log in WordPress site the default logo appears on top of the login page. If you like to change the existing WordPress logo, here below you have simple way to do that. Use the following any one of the way to replace your logo.
#1. Using without plugin Replace the WordPress Logo
Simply open your WordPress Admin Dashboard Appearance -> Theme Editor -> functions.php and add the below code in your file. Once you have done, then replace your logo path in background-image, the following function will replace your existing WordPress logo by using Hook.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
// Custom Login Logo Change function loginReplace() { ?> <style type="text/css"> body.login div#login h1 a { background-image: url(https://www.softaox.info/wp-content/uploads/2019/07/logo-1-1.svg); background-size: 230px; width: 230px; } </style> <?php } add_action('login_enqueue_scripts', 'loginReplace'); |
Note: You need to replace the existing background-image URL to your logo URL.
Once you added the code in your functions.php, then you can get the result like the below screenshot.
#2. Replace the WordPress Logo using Plugin
It is simple and easy to replace the logo by using a Custom Login Page Customizer plugin. Also, you can do more such as use page background image, customizing your login form, and much more you can do. I recommend the below plugin to customize your login page.
Use the following steps to customize your login page.
1. Login into Admin Dashboard
2. Hover on LoginPress menu in that click Customizer
3. In that, you can see Logo, background, and many more options to customize the login page.
Once you changed the logo and background image, then the login page looks like the below screenshot.
They are various plugins you can use anything suitable for your WordPress website. Here why I recommend this plugin is you have various options to do more things and highly rated plugin.
Conclusion:
I hope this article will help you to replace your existing WordPress logo with your brand logo. I recommend you without plugin is the best way because that provides you a high performance on your website. Here your comments are welcome and if you loved this article share it with your friends.
Login SystemWithout Pluginwordpress
Mraj
Creative Designer & Developer specialist by the spirit and a loving blogger by thoughts. If you have any questions let me drop an email with the article name to the following email id: [email protected]