Key Features
- Two Drop Down Menu: Awesome looking 2 drop down menu will give you full freedom to add many link to this menu easily and it will also help your readers to navigate your blog easily.
- Lazy Page Loading Plugin: This plugin replaces your whole blog with a small loading image and when your blog completely load it shows your whole blog in no time, I want to thanks MBL for providing this awesome plugin for blogger ( Even I can create this type of plugin but why to waste time in writing 20 lines of code :P )
- Professional Look: We have used best color combination in this theme which gives it professional & charming look, This theme is adsense ready which will help you to boost your adsense earning.
- Social Sharing Buttons: We have added social sharing button below each and every blog post with proper alignment & design, It will help you to increase your blog visibility on social networks.
Customize Drop Down Menu
Go To Blogger.com >> Template >> Edit HTML >> Proceed. Now search for the following coding in the template. After finding it Replace # with your URLs and Save the template.
For Top Menu Search Below Code
<ul class="urlmenu"><li><a href="/">Home</a></li>
<li><a href="#">About</a></li>
<li>
<a href="#"> Portfolio</a>
<ul>
<li><a href="#">Web Design</a></li>
<li><a href="#">Web Development</a></li>
<li><a href="#">Illustrations</a></li>
</ul>
</li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
For Menu Below Header Search Below Code
<ul class="sec-go"><li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li>
<a href="#"> Portfolio</a>
<ul>
<li><a href="#">Web Design</a></li>
<li><a href="#">Web Development</a></li>
<li><a href="#">Illustrations</a></li>
</ul>
</li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
Remove Lazy Load Plugin
If you want to remove lazy load plugin from this theme then remove following from your blog.
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<div id='mbl-lazyloading'><div id='mbl-progress-bar'/><div id='mbl-loader'>This Loading Effect is Powered By<a href='http://www.Cobralite.blogspot.com'>Cobralte</a></div></div></b:if>
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.