Libretto Free vs. Pro Versions : Features Comparison
Features | Free Version | PRO Version |
---|---|---|
Template Designer Compatible (Color Options / Font Options / Background Support) |
✖ | ✔ | Search Engine Optimized | ✖ | ✔ |
Remove Footer Credits | ✖ | ✔ |
Priority Support | ✖ | ✔ |
No Encrypted Scripts | ✖ | ✔ |
Lifetime Theme Updates | ✔ | ✔ |
For Unlimited Domains | ✔ | ✔ |
Libretto is a highly responsive, one column Blogger theme for blogging, posting images, videos and text content. Its minimalistic design and mobile device optimization ensure maximum readability. Libretto Blogger template has a 3 columns footer widgets area, Google web fonts, related posts with thumbnails, social buttons, post share buttons, multi-level top navigation menu, auto post summaries and more.
How To Configure Top Navigation Menu
Find this in "Edit HTML":
<div class='menu-nbt-menu-container'> <ul class='menunbt'> <li><a expr:href='data:blog.homepageUrl'>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> ... <li><a href='#'>Uncategorized</a></li> </ul> </div>
Replace "#" marks with real URLs and change anchor texts as you like.
How To Configure Social Buttons
Find this in "Edit HTML":
<ul class='menunbt' id='menu-social-menu'> <li><a href='http://www.facebook.com/'><span class='screen-reader-text'>Facebook</span></a></li> <li><a href='http://twitter.com/'><span class='screen-reader-text'>Twitter</span></a></li> <li><a href='http://plus.google.com/'><span class='screen-reader-text'>GooglePlus</span></a></li> <li><a href='http://instagram.com/'><span class='screen-reader-text'>Instagram</span></a></li> ... </ul>
Add your own profile links replacing social networks homepage URLs.