Hi,
Sure ๐
Open up wp-content\themes\neighborhood\includes\swift-framework\sf-content-display\sf-header.php using your FTP in a Code editor (like sublime text 3)
in line #554 a function called “sf_aux_links” is there, that is responsible for aux links, so try this.
Go to line #618 – #619 you find a text like this..
$aux_links_output .= '</ul>'. "\n";
$aux_links_output .= '</nav>'. "\n";
after that add another line like this.
$aux_links_output .= '<li><a href="http://google.com">Google</a></li>';
it will add a link.
PS: Before edit anything, make a backup of this file, so if you did anything wrong, you can revoke it back.
Let me know, what you got.
Thanks,
laranz.