Kichu is a simple and elegant, 100% responsive blogger theme for personal blogs. Kichu Blogger Template has SEO friendly data, google web fonts, bottom sidebar, social icons, share buttons, navigation menu, related posts and more.
How To Add Links to Navigation Menu
Find this in "Edit HTML":
<div class='menu-nbt-container'> <ul class='menunbt'> <li><a expr:href='data:blog.homepageUrl'><i class='fa fa-home'/>Home</a></li> <li><a href='#'>Business</a></li> <li><a href='#'>Internet</a></li> <li><a href='#'>Downloads</a></li> <li><a href='#'>Software</a></li> <li><a href='#'>Featured</a></li> <li><a href='#'>Health</a></li> <li><a href='#'>Uncategorized</a></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-buttonsnbt'> <a href='https://plus.google.com/' rel='nofollow' target='_blank' title='Google Plus'><i class='fa fa-google-plus-square'/></a> <a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'><i class='fa fa-twitter-square'/></a> <a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'><i class='fa fa-facebook-square'/></a> <a href='http://instagram.com/' rel='nofollow' target='_blank' title='Instagram'><i class='fa fa-instagram'/></a> <a href='https://www.youtube.com/' rel='nofollow' target='_blank' title='Youtube'><i class='fa fa-youtube-square'/></a> <a href='http://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'><i class='fa fa-pinterest-square'/></a> <a expr:href='data:blog.homepageUrl + "feeds/posts/default"' rel='nofollow' target='_blank' title='RSS'><i class='fa fa-rss-square'/></a> </div>
Add your own social links replacing "#" marks.