Replace WordPress Logo on Login Page
add_filter( ‘login_head’, function () { // Update the line below with the URL to your own logo. // Adjust the Width & Height accordingly. $custom_logo = ‘/wp-content/themes/Divi-Child/login-logo.png’; $logo_width = 250; $logo_height = 250; printf( ‘.login h1 a {background-image:url(%1$s) !important; margin:0…Continue reading