Write is a minimal, fully responsive Blogger theme for users focused on writing. Write Blogger Template is designed to keep decorations to a minimum and put your writing in the spotlight. It has one column layout, auto post summaries, multi-level navigation menu, social and share icons, 2 columns footer, related posts with thumbnails, Google fonts and more.
How To Configure Navigation Menu
Find this in "Edit HTML":
<div class='menunbt-container'> <ul class='menunbt'> <li><a expr:href='data:blog.homepageUrl'>Home</a></li> <li class='menu-item-has-children'><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 Site Description
Find this in "Edit HTML":
<div class='home-textnbt'> Write is a minimal Blogger theme for users focused on writing. It's designed to keep decorations to a minimum and put your writing in the spotlight. </div>
Change text content as you like.
How To Configure Social Buttons
Find this in "Edit HTML":
<div class='menu-social-container'> <ul class='menunbt'> <li><a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'><span class='screen-reader-text'>Twitter</span></a></li> <li><a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'><span class='screen-reader-text'>Facebook</span></a></li> <li><a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'><span class='screen-reader-text'>GooglePlus</span></a></li> ... </ul> </div>
Change default social links with your social profile URLs.