Great is a SEO friendly, beautiful magazine Blogger theme that combines a clean, minimalist feel with a full featured theme. Great Blogger template has 2 columns layout with right sidebar, 3 columns footer widgets area, social profile buttons, post share links, related posts area, drop-down menu in header area, jQuery scroll to link, Google fonts and more.
How To Add Links to Top Drop-down Menu
Find this in "Edit HTML":
<nav class='cfnbt' id='navigationnbt'> <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> ... <li><a href='#'>Uncategorized</a></li> </ul> </nav>
Replace "#" marks with real URLs and change anchor texts as you like.
How To Configure Social Profile Buttons
Find this in "Edit HTML":
<!--start Social Buttons--> <div class='footer-social-containernbt'> <span>Stay Connected with us</span> <a href='https://www.facebook.com/newbthemes' rel='nofollow' target='_blank'><div class='iFb'/></a> <a href='https://twitter.com/newbthemes' rel='nofollow' target='_blank'><div class='iTw'/></a> <a href='https://plus.google.com/114594158726319551901/posts' rel='nofollow' target='_blank'><div class='iGl'/></a> <a href='https://www.linkedin.com/' rel='nofollow' target='_blank'><div class='iIn'/></a> <a href='http://www.pinterest.com/lasanthabandara/' rel='nofollow' target='_blank'><div class='iPinterest'/></a> <a expr:href='data:blog.homepageUrl + "feeds/posts/default"' rel='nofollow' target='_blank'><div class='iRss'/></a> </div> <!--end Social Buttons-->
Add your social profile links replacing my social profile URLs.