How To Customize Main Menu Links?:
To add links in main menu navigation do as mentioned below:
- Go to Blogger >> Template >> Edit HTML
- In the template, search for <!--Main Menu-->
- Now you will find the whole of the menu, customize it as you like.
- One everything is done, Save the template.

How To Customize Homepage Welcome Text
To Customize the main Homepage heading do as mentioned below:
- Go to Blogger >> Template >> Edit HTML
- In the template, search for <!--Home Screen-->
- Now you will see the pre-defined welcome text, customize it according to your needs.
- One everything is done, Save the template.

How To Customize Homepage Feature Details Section
To Customize feature details section do as follows
- Go to Blogger >> Template >> Edit HTML
- In the template, search for <!--Feature Section-->
- Now you will see the pre-defined feature section text, customize it according to your needs.
- One everything is done, Save the template.

How To Customize Homepage Feature Desktop
To Customize feature desktop section do as follows
- Go to Blogger >> Template >> Edit HTML
- In the template, search for <!--Feature Employer-->
- Now you will see the pre-defined feature desktop text and image, customize it according to your needs.
- One everything is done, Save the template.

How To Customize Homepage Feature Client Section
To Customize feature details section do as follows
- Go to Blogger >> Template >> Edit HTML
- In the template, search for <!--Feature Client-->
- Now you will see the pre-defined feature section text, customize it according to your needs.
- One everything is done, Save the template.

How To Add Social Links and Subscribe Box in Footer
To add Social Links and RSS Subscription widget do as follows
- Go to Blogger >> Template >> Footer >> Edit (Select the Last widget edit)
- Now paste the following code in the text area.
- One everything is done, Save the template.
<p><b>Subscribe</b> to our Newsletter to get important updates about our network & spicy inside stories.</p>
<form action="http://feedburner.google.com/fb/a/mailverify" class="email-form" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=templatetism', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow">
<input name="uri" type="hidden" value="Templateism" />
<input name="loc" type="hidden" value="en_US" />
<input class="emailtext" name="email" onblur="if (this.value == "") {this.value = "Enter your email...";}" onfocus="if (this.value == "Enter your email...") {this.value = ""}" type="text" value="Enter your email..." />
<input alt="" class="sub-button" title="" type="submit" value="SignUp" />
</form>
<div class="social-links">
<li><a class="facebook" href="#"><i class="fa fa-facebook"></i></a></li>
<li><a class="twitter" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a class="gplus" href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a class="rss" href="#"><i class="fa fa-rss"></i></a></li>
<li><a class="linkedin" href="#"><i class="fa fa-linkedin"></i></a></li>
</div>
