I had the same problem. This is what worked for me. In your theme’s header.php, go to <div id="navcontainer">
section. Delete the second
<li><a href="...Home">
after the <ul id="navlist">
tag. Note: Remember: delete only the second <li>
, if you deleat the first </li>
as well, you will mess up your nav bar spacing. Good Luck!