How to change the WordPress login screen

tehangat studio bAOV4xOPLY unsplash scaled

Put the following in functions.php. Replace “Your Logo Here” and “Your URL Here” with your own.

function custom_login_logo() {
    echo '<style type="text/css">
        .login h1 a {
          background-image: url(https://sitecreation.genxnotes.com/wp-content/uploads/2023/04/avatar.png) ; // Your Logo Here
          background-position: center center;
		  background-size: contain;
	      width: 100%;
        }
    </style>';
}
add_action('login_head', 'custom_login_logo');

function login_url(){
return "https://sitecreation.genxnotes.com"; // Your URL Here
}
add_filter('login_headerurl', 'login_url');

Genx

in

About The Author

Genx

Born in 1982 in Japan, he is a Japanese beatmaker and music producer who produces experimental hiphop beats. He is the owner of Genx Records. Because he grew up internationally, he understands English. His hobbies are muscle training, artwork creation, website customization, and web3. He also loves Korea.

Website: genxrecords.xyz

Share This Post:


Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

four × five =

Webmention: Have you posted a response to this article? Let me know the URL: