AccentBox is a fully responsive blogger theme to make sure your blog look awesome in any case. With its minimal and elegant design, you can start a beautiful blogger blog. AccentBox blogger theme has a top navigation menu, 2 columns, right sidebar, 3 columns footer, scroll to top button and more.
How To Add Links to Top Navigation Menu
Find this in "Edit HTML":
<div id='navigationnbt'> <ul class='menunbt'> <li><a expr:href='data:blog.homepageUrl'>Home</a></li> <li><a href='#'>Business</a> <ul class='sub-menu'> <li><a href='#'>Internet</a></li> <li><a href='#'>Market</a></li> <li><a href='#'>Stock</a></li> </ul> </li> rest of the menu code goes here... </ul> </div>
Replace "#" marks with real URLs and change anchor texts as you like.