Kerli lite is a 100% responsive, simple and light, 2 columns Blogger theme. It is suitable for personal blogs, photography, magazine, publishing and any kind of sites. Kerli lite Blogger Template has auto post summaries, navigation menus, social and share icons, Google web fonts, right sidebar, related posts with thumbnails, scroll to top button and more.
How To Configure Social Buttons
Find this in "Edit HTML":
<div class='social-icon-wrappernbt'> <a class='socialnbt socialnbt-twitter' href='https://twitter.com/' target='_blank' title='Twitter'/> <a class='socialnbt socialnbt-facebook' href='https://www.facebook.com/' target='_blank' title='Facebook'/> <a class='socialnbt socialnbt-googleplus' href='https://plus.google.com/' target='_blank' title='Google Plus'/> <a class='socialnbt socialnbt-linkedin' href='https://www.linkedin.com/' target='_blank' title='LinkedIn'/> ... </div><!-- .social-icon-wrapper -->
Change default social links with your social profile URLs.
How To Configure Desktop Navigation Menu
Find this in "Edit HTML":
<div class='main-menu-containernbt'> <ul class='nav-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 Mobile Navigation Menu
Find this in "Edit HTML":
<ul class='mobile-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><!-- /mobile-menu -->
Replace "#" marks with real URLs and change anchor texts as you like.