Eryn is a minimal and elegant looking blogger theme with a 100% responsive layout. It is suitable for personal blogs. Eryn Blogger template has featured header image, 2 sidebars, bottom 2 columns widgets area, Google web fonts, Font Awesome icon fonts, related posts with thumbnails, social icons, sharing buttons, navigation menu, unique search boxes, auto post summaries on homepage and more.
How To Change Header Image
Find this and replace it with your new header image address.
http://4.bp.blogspot.com/-3edYT01fMxk/VdgE2PwwZmI/AAAAAAAAPQY/bHBz1OmhFlw/s000/default-header-image.jpg
Note: Default header image size is 853px x 1285px.
How To Add Links to Top Navigation Menu
Find this in "Edit HTML":
<nav class='main-navigationnbt' id='site-navigationnbt' role='navigation'> <div class='menunbt'> <ul> <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> ... <li><a href='#'>Uncategorized</a></li> </ul> </div> </nav><!-- #site-navigationnbt -->
Replace "#" marks with real URLs and change anchor texts as you like.
How To Configure Social Buttons
Find this in "Edit HTML":
<li><a class='nav-social-btn' href='#' rel='nofollow' target='_blank' title='Twitter'><i class='fa fa-twitter'/></a></li> <li><a class='nav-social-btn' href='#' rel='nofollow' target='_blank' title='Facebook'><i class='fa fa-facebook-square'/></a></li> <li><a class='nav-social-btn' href='#' rel='nofollow' target='_blank' title='Pinterest'><i class='fa fa-pinterest'/></a></li> <li><a class='nav-social-btn' href='#' rel='nofollow' target='_blank' title='LinkedIn'><i class='fa fa-linkedin'/></a></li> <li><a class='nav-social-btn' href='#' rel='nofollow' target='_blank' title='Google+'><i class='fa fa-google-plus-square'/></a></li> <li><a class='nav-social-btn' href='#' rel='nofollow' target='_blank' title='Youtube'><i class='fa fa-youtube-play'/></a></li> <li><a class='nav-social-btn' href='#' rel='nofollow' target='_blank' title='Vimeo'><i class='fa fa-vimeo-square'/></a></li> <li><a class='nav-social-btn' href='#' rel='nofollow' target='_blank' title='Github'><i class='fa fa-github'/></a></li> <li><a class='nav-social-btn' href='#' rel='nofollow' target='_blank' title='Instagram'><i class='fa fa-instagram'/></a></li>
Add your own social links replacing "#" marks.