Using twenty eleven child theme.
1. how can I change login page logo?
2. added file wp-login.php on child theme with following code, but not controlling the web page. how can I do?
-----------------------------------------------------
<?php
/**
* WordPress User Page
*
* Handles authentication, registering, resetting passwords, forgot password,
* and other user handling.
*
* @package WordPress
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
*/
-------------------------------------------------------
Please help. thanks!