Reply To: Custom WordPress Login Logo
Hi,
Thanks for pointing this out.
Could you edit /framework/admin/admin_setup.php
Replace Line 53 with following
echo '<style type="text/css"> h1 a { background-image:url('.of_get_option('wplogin_logo').') !important; } </style>';
This should solve it.
Thanks