Skip to content
  • Home
  • WordPress
    • Version
    • Maintenance
    • Plugins
  • SEO
    • Google Adsense
  • Social Media
    • Twitter
    • Youtube
  • Tutorial
    • CSS
    • PHP
    • Database
      • MySQL
  • Hosting
    • WHM
    • cPanel
  • Home
  • WordPress
    • Version
    • Maintenance
    • Plugins
  • SEO
    • Google Adsense
  • Social Media
    • Twitter
    • Youtube
  • Tutorial
    • CSS
    • PHP
    • Database
      • MySQL
  • Hosting
    • WHM
    • cPanel

Customize Logo on WordPress Login/Register Page

  • December 8, 2018
  • One Comment
  • CSS, PHP, Wordpress
Customize WP login logo

Hello Friends, Today we will show How to customize Logo on WordPress Login and SignUp page. Many times we logged into WordPress websites but never thought to apply our own branding to the login page. It is very simple code, just copy it and implement on your website. Let see how we can change the logo in a minute.

So friends here are the two ways to change the logo on WordPress Login/SignUp page, below they are:

  • PHP Function
  • WordPress Plugins

PHP Function

Using PHP function, we can easily change the logo on WordPress login page. What we need to do is first copy the below code and place it in your website activated child theme function.php file, follow the path wp-content >> themes >> child-theme(activated) >> function.php file.

 
function py_login_logo() { 
?> 
<style type="text/css"> 
body.login div#login h1 a {
background-image: url(http://localhost/wordpress/one.jpeg);  //Add your own logo image in this url 
padding-bottom: 30px; 
} 
</style>
<?php 
} add_action( 'login_enqueue_scripts', 'py_login_logo' );

Please ensure that you replace the logo URL field(http://localhost/wordpress/one.jpeg) with your website logo with the proper appropriate path.

wordpress logo
BEFORE
website branding
AFTER

WordPress Plugins

Using WordPress plugins we can easily change WordPress Logo on the Login page. You guys have to install and activate any of the following plugins and follow their instructions. We have searched the best and updated plugins for you.

Login Logo

My WordPress Login Logo

Share:

Facebook
Twitter
Pinterest
LinkedIn
PrevPreviousEnable HTTP Security Headers
NextDisable Gutenberg Block Editor in WordPress 5.0Next

1 thought on “Customize Logo on WordPress Login/Register Page”

  1. phpyouth
    December 8, 2018 at 1:38 pm

    Thanks Fredric…

    Reply

Please share your thoughtCancel reply

Useful Guides
  • Gravity Forms: Best WordPress Form Plugin for 2025
  • Top 10 Best WooCommerce Migration Plugins 2025
  • Increase Conversions with WooCommerce File Upload Features
  • Top 10 AI Tools for WordPress Website Design in 2025
  • 10 Essential WordPress Plugins for Remote Workers and Digital Nomads
Useful Links
  • cPanel
  • CSS
  • Database
  • Elementor
  • Google Adsense
  • Google Product Feed
  • Gravity Form
  • Hosting
  • HTML
  • Maintenance
  • Memberpress
  • MySQL
  • PHP
  • phpMyAdmin
  • Pinterest
  • Plugins
  • Security
  • SEO
  • Slider Revolution
  • Social Media
  • Technology
  • Tutorial
  • Twitter
  • version
  • Website Builders
  • WHM
  • WooCommerce
  • Wordpress
  • Youtube

© 2025 PHPYouth Software Solutions Pvt. Ltd. All Rights Reserved. | Privacy Policy | Hosted By Godaddy | Security By Sucuri