TeleMag is 100% responsive, 2 columns free blogger theme with a right sidebar and 3 columns widgets area in footer. TeleMag Blogger template has a mobile friendly featured posts slider, primary and secondary menus, auto post summaries, social icons and share buttons, web fonts, header banner widget, related posts with thumbnails and more.
How To Configure Primary 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='#'>Downloads</a> <ul class='children'> <li><a href='#'>Dvd</a></li> <li><a href='#'>Games</a></li> <li><a href='#'>Software</a> <ul class='children'> <li><a href='#'>Office</a> </li> </ul> </li> </ul> </li> ... </ul> </div>
Replace "#" marks with real URLs and change anchor texts as you like.
How To Configure Secondary Navigation Menu
Find this in "Edit HTML":
<div class='menu-secondary-container'> <ul class='menus menu-secondary'> <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 Configure Featured Content Slider:
There are 5 slides in the slider. Each slide code is wrapped by <div class='fp-slides-items'> and </div>. This is the code of the first slide:
<!-- Slide 1 Code Start --> <div class='itemnbt'> <div class='imagecontainernbt'> <img src='https://1.bp.blogspot.com/-7biLu-6UhtU/WRP7ifyGxmI/AAAAAAAARCI/DPWcjx_dr24WlJhVrgRHYYOleqw5wbJrgCLcB/s1600/slide-1.jpg'/> </div> <div class='overlaynbt'> <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> </div> <!-- 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://1.bp.blogspot.com/-7biLu-6UhtU/WRP7ifyGxmI/AAAAAAAARCI/DPWcjx_dr24WlJhVrgRHYYOleqw5wbJrgCLcB/s1600/slide-1.jpg" with your slider image.
There are another 4 slide codes you have to configure like this.
Note: Use 960px width and 450px heigh images for the slider.