Hi Longbow,
Apologizes i missed your thread – the plugin does not allow you change the link on the logo / icon at the moment. I will add it in for next update.
However as a work around you can add something like this to your theme functions.php file
function change_login_url() { return home_url(); }
add_filter( 'login_headerurl', 'change_login_url' );
2Cloud
-
This reply was modified 7 years, 12 months ago by Webtronic.