Undiscovered is a simple and clean, single column, free blogger theme with fully responsive layout. Undiscovered Blogger Template has auto post summaries, 2 columns footer, related posts with thumbnails, social and share icons, scroll to top button, top navigation menu, Google fonts and more.
How To Configure Top Navigation Menu
Find this in "Edit HTML":
<div class='menu-containernbt'> <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 Configure Social Buttons
Find this in "Edit HTML":
<div class='social-iconsnbt'> <a class='social-iconnbt' href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'><img alt='Facebook' src='https://3.bp.blogspot.com/-9FpKwKcXh-0/WTDQtpje41I/AAAAAAAARLU/pqhTHBD_BdsgAM6PrQ4DbA2-p11_OQwWgCLcB/s1600/social_facebook_circle.png'/></a> <a class='social-iconnbt' href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'><img alt='Twitter' src='https://1.bp.blogspot.com/-pm8HUJEWKeU/WTDQwjioJ9I/AAAAAAAARMA/JFyPl9t57w42m_8HF_xaFxDG03i-lsWRgCLcB/s1600/social_twitter_circle.png'/></a> <a class='social-iconnbt' href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'><img alt='GooglePlus' src='https://4.bp.blogspot.com/-CIsoZp7_KuM/WTDQuIfuaQI/AAAAAAAARLc/8TzEhBXiaIMOB0ApbsWRjr_772yz8y3YQCLcB/s1600/social_googleplus_circle.png'/></a> ... </div>
Add your own social links replacing default social profile URLs.