3.3.1 Update overwrites custom login logo
-
Hi there
The lastest update to 3.3.1 seems to change my custom login logo (on the wp login screen) from the logo defined in my functions.php to a wordpress logo.
Does anyone know how to combat this?
This is how I was doing it:
add_action(‘admin_head’, ‘my_custom_logo’);
function my_custom_logo() {
echo ‘<style type=”text/css”>
#header-logo { background-image: url(‘.get_bloginfo(‘template_directory’).’/images/logo-admin.png) !important; }
</style>’;
}Thanks in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘3.3.1 Update overwrites custom login logo’ is closed to new replies.