/ Published in: PHP
Expand |
Embed | Plain Text
/* Add to function.php ***************************/ function custom_login_logo() { echo '<style type="text/css"> h1 a { background-image:url('.get_bloginfo('template_directory').'/img/login_logo.png) !important; } </style>'; } add_action('login_head', 'custom_login_logo');
You need to login to post a comment.
