Cosimo 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 | ✔ | ✔ |
Cosimo is a fresh and beautiful, 100% responsive Blogger Theme, a large column in the center of the screen, and the sidebar that appears when you click on the appropriate button and easy to use. Cosimo Blogger template has a drop-down navigation menu, related posts with thumbnails, social and share buttons, auto post summaries, Google web fonts, scroll to top button and more features.
How To Add Links to Top Navigation 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 Configure Social Buttons
Find this in "Edit HTML":
<div class='socialLinenbt'> <a href='#' rel='nofollow' target='_blank' title='Facebook'><i class='fa fa-facebook spaceLeftRight'><span class='screen-reader-text'>Facebook</span></i></a> <a href='#' rel='nofollow' target='_blank' title='Twitter'><i class='fa fa-twitter spaceLeftRight'><span class='screen-reader-text'>Twitter</span></i></a> <a href='#' rel='nofollow' target='_blank' title='Google Plus'><i class='fa fa-google-plus spaceLeftRight'><span class='screen-reader-text'>Google Plus</span></i></a> ... </div>
Add your own social links replacing "#" marks.