Add new links to nav bar

Add new links to nav bar Image
The Extra link is being loaded into my shop by JQuery.
Paste this code into the header area and adjust the link href to your page location.


Now add this code to the page that the actual link goes to. This will allow you to set the link color when the user is on that actual page.
<style>
.scs_extra_item{

color:#6AA5D0;
}
</style>