3.8 wordpress logo login
-
[Moved from Your WordPress which is NOT a support forum.]
Hello to everyone,
I recently updated my wordpress to 3.8 and the default log-in logo doesn’t show on. Why does this happens?
Also i had a custom logo of my client without any problem but now it looks squeezed. What is happening? Above is the code i have for the customized admin logo:
// CUSTOM ADMIN LOGIN HEADER LOGO
function my_custom_login_logo() {
echo ‘<style type=”text/css”>
h1 a { background-image:url(‘.get_bloginfo(‘template_directory’).’/images/wp_sign-in_logo.png) !important; }
</style>’;
}add_action(‘login_head’, ‘my_custom_login_logo’);
Can somebody tell me why the customized logo squeezed and when i erase the code so i can see the default log-in logo it doesn’t show on?
- The topic ‘3.8 wordpress logo login’ is closed to new replies.