Argent is a 100% responsive, clean and modern, HTML5/CSS3, one column Blogger theme with full-width header image and 3 columns footer widgets area. Argent Blogger Template has Google web fonts, related posts with thumbnails, social and sharing icons, top navigation menu, auto post summaries and more.
How To Configure Main Menu
Find this in "Edit HTML":
<ul class='menunbt' id='primary-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>
Replace "#" marks with real URLs and change anchor texts as you like.
How To Change Header Image
Find this image address in Edit HTML:
https://3.bp.blogspot.com/--LVclGySNQE/V9Uwe-32g8I/AAAAAAAAOsA/r5gDYfn6WX8-YmAvgAumzOWqbBGh7BfuQCLcB/s0/header-image.jpg
Replace it with your own header image URL.
How To Configure Social Buttons
Find this in "Edit HTML":
<div class='social-buttonsnbt widget'> <a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'><i class='fa fa-twitter'/></a> <a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'><i class='fa fa-facebook'/></a> <a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'><i class='fa fa-google-plus'/></a> <a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'><i class='fa fa-pinterest'/></a> <a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'><i class='fa fa-linkedin'/></a> <a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'><i class='fa fa-instagram'/></a> <a expr:href='data:blog.homepageUrl + "feeds/posts/default"' target='_blank' title='RSS'><i class='fa fa-rss'/></a> </div>
Add your social profile URLs replacing default social profile URLs.