Activello is a 100% responsive, search engine friendly, clean and minimal Blogger blog theme for fashion, travel, lifestyle and any other awesome blogs. Activello Blogger Template is Template Designer compatible, so you can change background image, colors and fonts within few seconds. It has a featured posts slider, beautiful custom post summaries, Facebook and Twitter meta tags, structured data, related posts with thumbnails, social profile and post share buttons, multi-level navigation menu, right sidebar, scroll-to-top button and more.
How To Configure Top Navigation Menu
Find this in "Edit HTML":
<ul class='nav navbar-nav' id='activello-menu'> <li><a expr:href='data:blog.homepageUrl'>Home</a></li> <li class='dropdown'><a class='dropdown-toggle' data-toggle='dropdown' href='#'>Business</a> <ul class='dropdown-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":
<ul class='activello-social-menu' id='activello-menu-social-items'> <li><a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'><i class='fa fa-facebook'/></a></li> <li><a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'><i class='fa fa-twitter'/></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> <li><a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'><i class='fa fa-linkedin'/></a></li> <li><a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'><i class='fa fa-instagram'/></a></li> ... </ul>
Add your own social links replacing default social profile URLs.
How To Configure Featured Posts Slider
This slider widget automatically displays posts from a given label name. Go to "Layout" page.
Click on the edit link of "Featured Posts Slider Widget" widget and add this code:
<script src='https://YOURBLOGNAME.blogspot.com/feeds/posts/default/-/LABELNAME?alt=json-in-script&callback=activellofeaturedposts&max-results=5'/></script>
Replace "https://YOURBLOGNAME.blogspot.com" with your real blog address.
Replace "LABELNAME" with the real label name you want to retrieve posts.
Replace "5" with the number of posts you need to load in the slider.
Example:
<script src='https://activello-nbt.blogspot.com/feeds/posts/default/-/Motion Design?alt=json-in-script&callback=activellofeaturedposts&max-results=5'/></script>