Padhang is a minimalist, content-focused blogger theme perfect for writers. Padhang Blogger template comes with a 100% responsive layout, 2 widget areas under the main content, social buttons, big background image, top main menu, related posts with thumbnails, Google web fonts, share buttons, auto post summaries and more.
How To Change Background Image
Find this image address and change it with your background image address:
https://1.bp.blogspot.com/-15VCa2pi-kQ/VwXuBqLfHqI/AAAAAAAARmw/-8Or_KtkLc86tYfE8TfP3NqKAgFvLBSJg/s1600/background.jpg
How To Configure Top Navigation Menu
Find this in "Edit HTML":
<div class='menu-nbt-menu-container'> <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-menunbt'> <ul class='menunbt' id='footer-social-menu'> <li><a href='https://www.facebook.com/' rel='nofollow' target='_blank'><span class='screen-reader-text'>Facebook</span></a></li> <li><a href='https://twitter.com/' rel='nofollow' target='_blank'><span class='screen-reader-text'>Twitter</span></a></li> <li><a href='https://plus.google.com/' rel='nofollow' target='_blank'><span class='screen-reader-text'>GooglePlus</span></a></li> ... </ul> </div>
Add your own social links replacing default social profile URLs.