The Night Watch is a simple and elegant, single column responsive Blogger template. The Night Watch Blogger Template has a header image, drop-down menu, bottom widget area and more.
How To Add Links to Top Navigation Menu
Find this in "Edit HTML":
<div class='menu-testing-menu-container'> <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> ... </ul> </div>
Replace "#" marks with real URLs and change anchor texts as you like.
How To Change or Remove Header Image
Find this in "Edit HTML":
<a expr:href='data:blog.homepageUrl'> <img height='400' src='http://2.bp.blogspot.com/-lGXd1o1sCso/U8X2o3s7WwI/AAAAAAAALgw/RuWM8tOlScM/s1600/header.jpg' width='1000'/> </a>
To delete header image, remove above code.
To change header image, replace image address with your image URL.