1. Setting Main Blog Part
- On Blogger Dashboard Click Layout.
- Click Edit on Blog Posts Widget.
- Change it to look like that image.
- Click Save.
2. Navigation Menu
- On Blogger Dashboard Click Layout.
- Click on Edit in Navigation Menu Widget.
- Enter the following Code in that(You can change the names of li at any point of time you want)
<div class="container">
<a class="toggleMenu" href="#">Menu</a>
<ul class="nav">
<li><a href="#">Home</a></li>
<li><a href="#">Fashion</a></li>
<li><a href="#">Travel</a></li>
<li><a href="#">Sandals</a></li>
<li><a href="#">Food</a></li>
<li class="test">
<a href="#">Shoes</a>
<ul>
<li>
<a href="#">Womens</a>
<ul>
<li><a href="#">Sandals</a></li>
<li><a href="#">Sneakers</a></li>
<li><a href="#">Wedges</a></li>
<li><a href="#">Heels</a></li>
<li><a href="#">Loafers</a></li>
<li><a href="#">Flats</a></li>
</ul>
</li>
<li>
<a href="#">Mens</a>
<ul>
<li><a href="#">Loafers</a></li>
<li><a href="#">Sneakers</a></li>
<li><a href="#">Formal</a></li>
</ul>
</li>
</ul>
</li></ul></div>
| Change |
Please Change the links according to your need,For links Just replace the # with url and Change the Name of the link |
3. About Author
- On Blogger Dashboard Click Layout.
- Click Add a Gadget.
- Choose HTML/Javascript.
- Add the following Code:
<div class="widget-content">
<div class="My-pix">
<img alt="My Photo" src="http://4.bp.blogspot.com/-vD5CiK6eYTM/ViaOYqgLAwI/AAAAAAAADQU/LDYqn776_EM/s1600/author-aarron-walter%2B%25281%2529.jpg" />
</div>
<dl class="profile-datablock">
<div class="bt_author_bio">
<h3><a href="http://www.yotemplates.com" title="Zarja">Denizer Carter</a></h3>
<dd class="profile-textblock">Far far away, behind the word mountains, far from the countries Consonantia….
<br/>
<img src="http://3.bp.blogspot.com/-gYwAv8Xcois/VfwE2yCu_ZI/AAAAAAAADLE/X6WG4LyeUHg/s1600/signature.png" style="width:50%;height: auto;" />
</dd>
</div></dl></div>
Now all You Have to do is, Change the Image URLs with Your Desired Image URLs, And Social Links URLs (href=#) with Your Social Sites links
NOTE:If You Are Still Facing some Problems, Fill Free to ask for the assistance.
4. Popular Post
5. Social Icons
- On Blogger Dashboard Click layout.
- Click on edit in social media widget
- And paste the following code in that.
<div class="social-links-wrap">
<ul class="social-links clearfix">
<li><a href="http://www.facebook.com/yotemplates" title="Facebook" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="http://www.twitter.com/yotemplates" title="Twitter" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#" title="Flickr" class="blu_flickr_background_hover blu_flickr_border_hover" target="_blank"><i class="fa fa-flickr"></i></a>
</li>
<li><a href="#" title="Instagram" target="_blank"><i class="fa fa-instagram"></i></a>
</li>
<li><a href="#" title="Dribbble" target="_blank"><i class="fa fa-dribbble"></i></a>
</li>
</ul></div>
| # |
Change social links with your links. |
Instagram Carousel Widget
- On Blogger Dashboard Click layout.
- Click on edit in the instagram widget
- And paste the following code in the widget.
<div id='instagram_list'>
<div id='instagram_spinner'/></div></div>
- On Blogger Dashboard Click Template.
- Click Edit HTML.
- Press Crtl+F.
- And search 'coffeescript'
- And find This Code:
Now change your instagram userId and accessToken,As shown in the Above demonstration
NOTE:If You Are Still Facing some Problems, Feel Free to ask for the assistance.
7. Post Author
- On Blogger Dashboard Click template.
- Click on Edit/HTML
- Now Search the "Post-Author"
- And change the code according to your requirements
| # |
Change social links with your social page links. |
8. Sidebar Socials
- On Blogger Dashboard Click layout.
- Click on edit in Follow Us widget
- And paste the following code the the widget
<div class='widget_socials'>
<div class='social_wrapper'>
<p>Stay Connected with me, I am just a click away from you</p>
<div class='social_inner'>
<a class='facebook' href='#' title='Facebook'/>
<a class='twitter' href='https://twitter.com/#' title='Twitter'/>
<a class='youtube' href='http://www.youtube.com/#' title='Youtube'/>
<a class='tumblr' href='#' title='Tumblr'/>
<a class='google_plus' href='#' title='Google_plus'/>
<a class='pinterest' href='http://pinterest.com/#' title='Pinterest'/>
<div class='clear'/>
</div>
</a></a></a></a></a></a></div></div></div>
| # |
Change social links with your links. |