How to install this template:

    * First you have to install this template in your blogger account.

    * Go to your blogger layout and click on edit html tab.

    * Now just download your previous template and upload this new template to it.


How to edit Top navigation bar :

    * Just stay on html page and find these codes with ctrl + F.

    * Just search for

          <div id='menu'>


    * Exchange your link with # and title with your title


How to change Logo:

    * Go to layout and click on edit html tab

    * Now search for these codes with ctrl + F.

          <div id='header-wrap'>


    * Then Fing Logo URL and Change it.


How to Feedburner Subscription :

    * Go to layout and click on edit html tab

    * Now search for these codes with ctrl + F.

          <div id='feeds'>


    * Now look for these codes.

          http://feeds2.feedburner.com/BloggerThemenet


    * Replace BloggerThemenet with your Own Feedburner Subscription URL

    * Search for "BloggerThemenet" in the Template code. (it will appear 5 times) and replace every "BloggerThemenet" with "YOUR FEEDBURNER URL"


How to edit Featured slider :



<!-- FIRST SLIDE START -->

<div>
<img height='298' src='http://2.bp.blogspot.com/_0s-GnnHKfng/TFGlLDwaYXI/AAAAAAAAAGQ/ZDbZL0YCAVI/s1600/slide1.jpg' width='490'/>
<div class='excerpt'>
<p><a href='#YOUR LINKS TO THE POSTS HERE'>This is First Slide Title</a></p>
<p class='excerpt-text'>Description of first Slide goes here.Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae...</p>
</div>
<a href='#YOUR LINKS TO THE POSTS HERE'><span class='feat-overlay'/></a>
</div>

<!-- FIRST SLIDE END -->

<!-- SECOND SLIDE START -->

<div>
<img height='298' src='http://3.bp.blogspot.com/_0s-GnnHKfng/TFGlLrNxmAI/AAAAAAAAAGY/ZW2y5PSWKeg/s1600/slide2.jpg' width='490'/>
<div class='excerpt'>
<p><a href='#YOUR LINKS TO THE POSTS HERE'>This is Second Slide Title</a></p>
<p class='excerpt-text'>Description of second Slide goes here.Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae...</p>
</div>
<a href='#YOUR LINKS TO THE POSTS HERE'><span class='feat-overlay'/></a>
</div>

<!-- SECOND SLIDE END -->


<!-- THIRD SLIDE START -->

<div>
<img height='298' src='http://3.bp.blogspot.com/_0s-GnnHKfng/TFGlL7L0qXI/AAAAAAAAAGg/KVTZ24AartE/s1600/slide3.jpg' width='490'/>
<div class='excerpt'>
<p><a href='#YOUR LINKS TO THE POSTS HERE'>This is Third Slide Title</a></p>
<p class='excerpt-text'>Description of thrid Slide goes here.Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae...</p>
</div>
<a href='#YOUR LINKS TO THE POSTS HERE'><span class='feat-overlay'/></a>
</div>

<!-- THIRD SLIDE END -->

</div>

<div id='slider-control'>
<div class='featitem active'>

<!-- Enter the FIRST thumbnail image URL (67 x 67 px) below -->
<img src='http://2.bp.blogspot.com/_0s-GnnHKfng/TFGlMRcRgHI/AAAAAAAAAGo/xZEXeDAagt4/s1600/thumb1.jpg'/>
<span class='order'>1</span></div>


<div class='featitem '>

<!-- Enter the SECOND thumbnail image URL (67 x 67 px) below -->
<img src='http://4.bp.blogspot.com/_0s-GnnHKfng/TFGlMlRKY9I/AAAAAAAAAGw/lB8NPpZMiF8/s1600/thumb2.jpg'/>
<span class='order'>2</span></div>


<div class='featitem '>

<!-- Enter the THRID thumbnail image URL (67 x 67 px) below -->
<img src='http://3.bp.blogspot.com/_0s-GnnHKfng/TFGlagzhShI/AAAAAAAAAG4/4lJ55LVjDUQ/s1600/thumb3.jpg'/>
<span class='order'>3</span></div>

</div>

<!-- end slider-control div -->