I’m not sure about the theme you’re using, but in mine the links for navigation (Home, About, etc) are located in the header.php file:
<a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
<p class="desc"><?php bloginfo('description'); ?>
This is where I was able to add my hyperlink code.