Hi,
I think your theme automatically set up with original site logo to wp-admin login page.
The logo set it up bigger size than original size.
I made custom css like below.
.login h1 a {
min-height: 42px;
height: 42px;
margin-top: 20%
}
but it’s not working…
Also, I tried to installed “custom login” plugin.
https://wordpress.org/plugins/custom-login/
But, it’s not working as well. I think your theme has something default according to site logo.
Is there any way to fix it?
When user lost password, the page goes to wp-login page. At this point, I want my logo clear not look like blur.
I’m sorry to ask you too much, but could you help me out?
Hope it is the last question. 🙂