Hi again,
Thank you for providing the credentials. I went ahead and add the previous code I gave you in your child theme’s functions.php:
function my_login_logo() { ?>
<style type="text/css">
body.login div#login h1 a {
width:100% !important;
height:100px !important;
background-size:contain !important;
}
</style>
<?php }
add_action( 'login_enqueue_scripts', 'my_login_logo', 9999 );
And it’s working fine now. Please clear your browser’s cache and check your login page again.
Cheers!