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 Template.
- Click Edit HTML.
- Press Crtl+F.
- And search 'menu-primary'
- And find This Code:
| 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="textwidget"><img src="http://atticus.premiumcoding.com/boxed/wp-content/uploads/2015/03/barber-team-7.jpg" />
Hello, my name is <b>Nicolai.</b> I am a blogger living in London. This is my blog, where I post my photos, fashion trends and tips about my lifestyle and adventures. </div>
<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="http://www.instagram.com/bthemez" title="Instagram" target="_blank"><i class="fa fa-instagram"></i></a>
</li>
<li><a href="http://www.dribbble.com/bthemez" title="Dribbble" target="_blank"><i class="fa fa-dribbble"></i></a>
</li>
</ul>
</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 WidgetSS
5. Social Icons
- On Blogger Dashboard Click Template.
- Press ctrl + F.
- try to find " topicon "(Without quotes) .
- You'll find the following code.
<!-- top social icons -->
<div class='topicon pull-right four'><ul class='sn'><li><a class='fa fa-dribbble' href='#'/></li>
<li><a class='fa fa-facebook' href='#'/></li>
<li><a class='fa fa-flickr' href='#'/></li>
<li><a class='fa fa-google-plus' href='#'/></li>
<li><a class='fa fa-instagram' href='#'/></li>
<li><a class='fa fa-linkedin' href='#'/></li>
<li><a class='fa fa-pinterest' href='#'/></li>
<li><a class='fa fa-twitter' href='#'/></li>
</ul></div>
</div>
<div class='clear'/>
</div>
| # |
Change social links with your links. |