在主题根目录下的functions.php文件中的
function custom_login_logo() {
echo '<style type="text/css">
h1 a { background-image:url(LOGO-URL) !important; width: auto !important; height:118px !important; background-size: 300px 125px !important;}
</style>';
}
add_action('login_head', 'custom_login_logo');
echo '<style type="text/css">
h1 a { background-image:url(LOGO-URL) !important; width: auto !important; height:118px !important; background-size: 300px 125px !important;}
</style>';
}
add_action('login_head', 'custom_login_logo');