Okay
  Print

Add custom links to the menu that can link to any URL

First head to the “Edit Theme” section and on the left hand sidebar you will need to click the “Edit HTML” button. Once the HTML editor opens up, you will need to look for this exact line of code:

{/block:IfMenuSendEmailLabel}

Once you find this code, drop a new line afterwards.

Now, you will need to make an alteration to the below code and paste it on the new line:

<li><a href="http://artistic-influence.tumblr.com">VISIT OUR BLOG</a></li>


With the code above, the first item you will need to change is the URL within the quotes: http://artistic-influence.tumblr.com

This is the target URL you want to link to.

Next is the text: VISIT OUR BLOG

This text is what will be the label of this link. In short, the is the part of the code that will be visible on the front end to your visitors. This can be anything you want.

Once you have made these adjustments, copy and paste the code right after {/block:IfMenuSendEmailLabel}

Now hit save and now you should have a new menu link. You may need to give it a minute or 2 for the changes to take effect.