Hi Tanya!
Glad you found it out, thanks for letting us know!
If you would still want to change the links, you can open up the file sf-header.php, find the following code
if ($show_account) {
if (is_user_logged_in()) {
$aux_links_output .= '<li><a href="'.wp_logout_url(home_url()).'">'. __("Sign Out", "swiftframework") .'</a></li>'. "\n";
if ( $myaccount_page_id ) {
$aux_links_output .= '<li><a href="'.get_permalink( $myaccount_page_id ).'" class="admin-link">'. __("My Account", "swiftframework") .'</a>'. "\n";
} else {
$aux_links_output .= '<li><a href="'.get_admin_url().'" class="admin-link">'. __("My Account", "swiftframework") .'</a>'. "\n";
}
} else {
$aux_links_output .= '<li><a href="'.$login_url.'">'. __("Login", "swiftframework") .'</a>'. "\n";
}
}
and change the links according to your liking 🙂
All the best,
Mel