Hi,
Inside the file sf-header.php located in “dante/includes/”
Replace this code:
$logo_output .= '</div>'. "\n";
// LOGO RETURN
return $logo_output;
By this one:
$logo_output .= '<a href="http://support.swiftideas.net/" class="visible-sm visible-xs mobile-cart-link"><i class="ss-user"></i></a>'."\n";
$logo_output .= '</div>'. "\n";
// LOGO RETURN
return $logo_output;
Also replace http://support.swiftideas.net/ in the code by your login url.
Has a best practice this modification should be done in a Dante child theme.
Hope it helps.
Best Regards,
Rui