• 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)
  • Thread Starter jamesjacobs

    (@jamesjacobs)

    Just incase anyones has the same issues I’ve fixed it by changing the css. In the update they specificed a more specific css rule which I overrode with my own.

Viewing 1 replies (of 1 total)

The topic ‘3.3.1 Update overwrites custom login logo’ is closed to new replies.