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 Menu :

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

    * Just search for

          <div id='menu-wrap'>


    * 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 edit Featured slider :



<div id='gallery'>
<!-- Featured Area -->
<div id='featured-area'>
<div class='pics' id='s1'>

<!-- FIRST SLIDE START -->

<div>
<img src='http://2.bp.blogspot.com/__Ue-P3hoW1M/TMPbE3-dr6I/AAAAAAAAAhs/0lyNg2XXjGU/s1600/slide1.jpg' style='width: 490px; height: 294px;'/>
<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 src='http://2.bp.blogspot.com/__Ue-P3hoW1M/TMPbFF406lI/AAAAAAAAAh0/p22_39JHcyA/s1600/slide2.jpg' style='width: 490px; height: 294px;'/>
<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 src='http://2.bp.blogspot.com/__Ue-P3hoW1M/TMPbFiviCcI/AAAAAAAAAh8/wiVzHGHoQ1U/s1600/slide3.jpg' style='width: 490px; height: 294px;'/>
<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'>

<img src='http://2.bp.blogspot.com/__Ue-P3hoW1M/TMPbE3-dr6I/AAAAAAAAAhs/0lyNg2XXjGU/s1600/slide1.jpg' style='width: 67px; height: 67px;'/>
<span class='order'>1</span></div>


<div class='featitem '>

<img src='http://2.bp.blogspot.com/__Ue-P3hoW1M/TMPbFF406lI/AAAAAAAAAh0/p22_39JHcyA/s1600/slide2.jpg' style='width: 67px; height: 67px;'/>
<span class='order'>2</span></div>


<div class='featitem '>

<img src='http://2.bp.blogspot.com/__Ue-P3hoW1M/TMPbFiviCcI/AAAAAAAAAh8/wiVzHGHoQ1U/s1600/slide3.jpg' style='width: 67px; height: 67px;'/>
<span class='order'>3</span></div>

</div>

<!-- end slider-control div -->
<div class='clear'/>
</div>
<!-- end featured area -->
</div>