Blacken Magazine is a clean and minimal, dark color, 2 columns blogger template for personal blogs. Blacken Magazine blogger template has a right sidebar, 4 columns footer widgets area, top main navigation with social buttons, slider, related posts with thumbnails, share icons, auto post summaries, Google web fonts and more.
How To Configure Main Navigation Menu
Find this in "Edit HTML":
<ul class='sf-menu'> <li><a expr:href='data:blog.homepageUrl'>Home</a></li> <li><a href='#'>Business</a></li> <li><a href='#'>Downloads</a></li> <li><a href='#'>Featured</a></li> <li><a href='#'>Health</a></li> <li><a href='#'>Uncategorized</a></li> </ul>
Replace "#" marks with real URLs and change anchor texts as you like.
How To Configure Social Buttons
Find this in "Edit HTML":
<ul id='topsocialbtns'> <li><a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'><i class='fa fa-twitter'/></a></li> <li><a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'><i class='fa fa-facebook'/></a></li> <li><a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'><i class='fa fa-google-plus'/></a></li> <li><a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'><i class='fa fa-pinterest'/></a></li> ... </ul>
Add your own social links replacing default social profile URLs.
How To Change Header Banner
Find this in "Edit HTML":
<a href='#'><img src='https://1.bp.blogspot.com/-328j-C_OdCM/V4Rg6vh7kPI/AAAAAAAASrQ/Txg8S-ZYnLEwJrAbPTLt_dgDun7jJFnXwCLcB/s1600/468blacken.gif'/></a>
Replace it with your ad banner code.
How To Configure Featured Content Slider:
There are 4 slides in the slider. You can add or remove more slides if you want.
Find this in "Edit HTML" (This is the code for the first slide):
<a href='ENTER-SLIDE-1-LINK-HERE'><img src='https://1.bp.blogspot.com/-JOZRXwZINZQ/V4RclUqa7YI/AAAAAAAASq8/oeg1KkWOtWIFeJpMltlOZyZHXPX4GIyLQCLcB/s1600/slide-image-1.jpg' title='This is slide 1 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by NewBloggerThemes.com...'/></a>
Now replace,
"ENTER-SLIDE-1-LINK-HERE" with your real slide link,
"This is slide 1 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by NewBloggerThemes.com..." with your real slide description,
"https://1.bp.blogspot.com/-JOZRXwZINZQ/V4RclUqa7YI/AAAAAAAASq8/oeg1KkWOtWIFeJpMltlOZyZHXPX4GIyLQCLcB/s1600/slide-image-1.jpg" with your slide image URL.
Follow the same steps for other 3 slides.