Platform: Blogger / Blogspot
Author : www.zmtemplates.com
Designer : ZM Templates
ZM
[Bloggger Templates]
TEMPLATE FEATURES
- Beautiful Drop Down Menu: The jQuery used to create the drop down effect is extremely modest and hardly takes seconds to load.
- Amazing Featured Content Slider: Blogger Templates are not renounced for Sliders. Therefore, to remove that misconception we have included a Slider which has same extraordinary transection effects.
- 2 Column Post Display on Home/Static Pages: Other Blogger Template, this theme has 2 column post displays on static and home page. It means two different articles would display in 2 columns one after another.
- Static Homepage: The Home page of this theme is static. Thus, the Slider and few more gadgets would only appear on the homepage so it may not interest the user-friendly experience of your visitors.
- SEO Friendly: It is not just a SEO Friendly theme because it is highly optimized for Search engines. we have integrated some advance techniques that would surely bring some more traffic on your website.
- Featured Slider: Blogger Templates are not renounced for Nivo Sliders. Therefore, to remove that misconception we have included a Nivo Slider which has same extraordinary transection effects. Your visitors would adore playing with the sliders.
How To Customizing Drop Down Menu?
Go To Blogger.com >> Template >> Edit HTML >> Now search for the following coding in the template. After finding it Replace # with your URLs and Save the template.<!-- Drop Down Menu --> <div id='navigation-wrapper'> <div class='container'> <ul class='menu' id='navigation'> <li class='current-menu-item'><a href='#'>Home</a></li> <li><a href='#'>News</a></li> <li><a href='#'>Music</a></li> <li><a href='#'>Gaming</a></li> <li><a href='#'>Fashion</a></li> <li><a href='#'>Movies</a></li> <li><a href='#'>Food</a></li> </ul> <select id='navigation_select'> </select> </div> </div> <div style='clear:both;'/>