Krakatau Lite is a clean and modern, 2 columns, fully responsive blogging blogger theme powered by Twitter Bootstrap framework. It is working well on every device from desktop to mobile. Krakatau Lite blogger template has a left sidebar, vertical navigation menu, related posts with thumbnails, social and share buttons, auto post summaries, Google web fonts and more.
How To Configure Navigation Menu
Find this in "Edit HTML":
<ul class='sm sm-vertical sm-clean sm-clean-vertical'> <li><a expr:href='data:blog.homepageUrl'>Home</a></li> <li><a href='#'>Business</a></li> <li><a href='#'>Downloads</a></li> <li><a href='#'>Featured</a></li> <li><a href='#'>Health</a></li> <li><a href='#'>Uncategorized</a></li> </ul>
Replace "#" marks with real URLs and change anchor texts as you like.
How To Configure Social Buttons
Find this in "Edit HTML":
<ul class='footer-socialnbt'> <li class='twitternbt'><a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'><i aria-hidden='true' class='fa fa-twitter'/></a></li> <li class='googlenbt'><a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'><i aria-hidden='true' class='fa fa-google-plus'/></a></li> <li class='facebooknbt'><a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'><i aria-hidden='true' class='fa fa-facebook'/></a></li> <li class='linkedinnbt'><a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'><i aria-hidden='true' class='fa fa-linkedin'/></a></li> ... </ul>
Add your own social links replacing default social profile URLs.