About
onfigure Featured Content Slider:
Login to blogger dashboard --> layout --> Edit HTML. Now scroll down to where you see the codes below:
Configure Dropdown Menu:
Login to blogger dashboard --> layout --> Edit HTML. Now scroll down to where you see the codes below:
How To Change Header Banner:
find this:
Configure Page Navigation Widget:
search for:
search for:
Login to blogger dashboard --> layout --> Edit HTML. Now scroll down to where you see the codes below:
<br />Now replace:
<div class="sliderContent">
<div class="featured-item" style="background: #000 url(/image.jpg) no-repeat center; height: 280px;">
<div class="featured-inner">
<div class="featured-arrows">
<h1>
<a href="http://www.blogger.com/blogger.g?blogID=5881046282012189116#">Dead Space 2 Review</a></h1>
</div>
</div>
..........
"#" with your featured post URL.
"image.jpg" with your slider image.
Configure Dropdown Menu:
Login to blogger dashboard --> layout --> Edit HTML. Now scroll down to where you see the codes below:
<br />Just replace "#" with your menu item URL.
<div id="navigation-wrapper">
<ul id="navigate">
<li><a href="http://www.blogger.com/blogger.g?blogID=5881046282012189116#">Home</a></li>
<li><a href="http://www.blogger.com/blogger.g?blogID=5881046282012189116#">News</a>
<ul class="sub-menu">
<li><a href="http://www.blogger.com/blogger.g?blogID=5881046282012189116#">Xbox 360</a></li>
..........
How To Change Header Banner:
find this:
<div id="header-banner">Now replace:
<a href="http://www.blogger.com/blogger.g?blogID=5881046282012189116#" target="_blank"><img alt="banner" src="/banner.png" /></a>
</div>
"#" with your banner URL.
"banner.png" with your banner image.
Configure Page Navigation Widget:
search for:
var pages=4, // Number of posts in each pageHow to change Author Information:
num=2, // Number of buttons will display
search for:
<div id="about-author">
<img height="75" src="/author.png" width="75" />
<br />
<h5>
<b>Author:</b> admin</h5>
<div class="author-descrip">
Lorem ipsum dolor sit amet...</div>
</div>
</ul>
</li>
</ul>
</div>
</div>
</div>



