ClearBusiness is a fully responsive, 2 columns, free blogger theme for business blogs/websites. ClearBusiness Blogger template has a mobile friendly slider, auto post summaries, primary navigation menu, right sidebar, 3 columns footer, web fonts, share and social buttons, related posts with thumbnails and more.
How To Configure Navigation Menu
Find this in "Edit HTML":
<div class='menu-primary-container'> <ul class='menus menu-primary'> <li><a expr:href='data:blog.homepageUrl'>Home</a></li> <li><a href='#'>Business</a> <ul class='children'> <li><a href='#'>Internet</a></li> <li><a href='#'>Market</a></li> <li><a href='#'>Stock</a></li> </ul> </li> ... </ul> </div>
Replace "#" marks with real URLs and change anchor texts as you like.
How To Setup Featured Content Slider:
There are 5 slides in the slider. This is the code of the first slide:
<!-- Slide 1 Code Start --> <li> <a href='ENTER-SLIDE-1-LINK-HERE'><img src='https://3.bp.blogspot.com/-0Ep51ZBd9-U/W3zvK3NLScI/AAAAAAAAUh0/4vKBfz0XOSwlF2L6N7lYUvWLy3hng1kxACLcBGAs/s1600/1.jpg'/></a> <div class='flex-slideinfo'> <h3><a href='ENTER-SLIDE-1-LINK-HERE'>This is default featured slide 1 title</a></h3> <p>Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.</p> </div> </li> <!-- Slide 1 Code End -->
Now replace,
"This is default featured slide 1 title" with your featured post title.
"ENTER-SLIDE-1-LINK-HERE" with your featured post URL.
"Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com." with your description.
"https://3.bp.blogspot.com/-0Ep51ZBd9-U/W3zvK3NLScI/AAAAAAAAUh0/4vKBfz0XOSwlF2L6N7lYUvWLy3hng1kxACLcBGAs/s1600/1.jpg" with your slider image.
There are another 4 slide codes you have to configure like this.