Clean Grid is a fully responsive, Template Designer compatible, SEO optimized, clean and minimal, magazine blogger theme. Clean Grid Blogger Template has easy to use color and font options, gallery style layout, social buttons, beautiful post summaries, Facebook and Twitter meta tags, structured data, related posts, post share buttons, multi-level navigation menu, sticky right sidebar and more.
How To Configure Top Navigation Menu
Find this in "Edit HTML":
<ul class='cleangrid-clearfix' id='cleangrid-primary-menu'> <li><a href='#'>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>
Replace "#" marks with real URLs and change anchor texts as you like.
How To Configure Social Buttons
Find this in "Edit HTML":
<div class='cleangrid-widget-social'> <ul> <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> <li><a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'><span class='screen-reader-text'>Pinterest</span></a></li> <li><a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'><span class='screen-reader-text'>Linkedin</span></a></li> <li><a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'><span class='screen-reader-text'>Instagram</span></a></li> ... </ul> </div>
Add your own social links replacing default social profile URLs.