Lost Island Theme – Fix Home Button Link

I just added a new page to the Lost Island WordPress Theme however, now the home tab link does not work.  If you have this problem here is the fix:

1.  Log into the dashboard

2. Select appearance -> editor in the left menu.

3.  The right sidebar will list different page components that make up this theme.  Select the header page (header.php).

4.  Search through the html code and locate the following text <a href=”.”>Home</a> and change it too: <a href=”/”>Home</a>

5.  Scroll to the bottom of the page and save updates.