Viewing 2 replies - 1 through 2 (of 2 total)
  • You’d need to edit the relevant template file in your theme (possibly header.php) and add the link manually. eg:

    <ul class="artmenu">
    <li><a href="http://www.earlyfaith.com/"><span><span>Home</span></span></a></li>
    <li><a href="<?php bloginfo('url);?>" class="active"><span><span>Blog</span></span></a></li>
    </ul>
    Thread Starter brentlydunivant

    (@brentlydunivant)

    That’s great. That created the button, but its not the correct color. It should be black, like “Blog” is.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Nav Problem’ is closed to new replies.