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 bar'
- 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">
<p style="text-align: center;">
<a href="http://marmalade.pryanik.co/wp-content/uploads/2015/05/about_us.jpg">
<!--Change Image Url Here-->
<img class="alignnone size-medium wp-image-345" src="http://marmalade.pryanik.co/wp-content/uploads/2015/05/about_us-300x225.jpg" alt="about_us" width="300" height="225" /></a>
</p>
<!-- Change Name here -->
<h4 style="text-align: center;">Angella Mark Wilson</h4>
<!-- Add Description About Yourself-->
<p style="text-align: center;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque ut dapibus risus. Nunc suscipit convallis rutrum. Cras libero neque, venenatis quis felis.</p>
<p style="text-align: center;"><a target="blanc" href="#" class="btn btn-hover btn-default ">Read More</a></p>
</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 Carousel
5. Social Icons
- On Blogger Dashboard Click Template.
- Press ctrl + F.
- try to find " top social "(Without quotes) .
- You'll find the following code.
<!-- Edit Your Top Social Icons Here, You just have to change URl with "#" -->
<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-instagram' href='#'/></li>
<li><a class='fa fa-pinterest' href='#'/></li>
<li><a class='fa fa-skype' href='#'/></li>
</ul>
# |
Change social links with your links. |
6. Grid Gallery
- On Blogger Dashboard Click layout.
- And Follow the instructions given the below:
6. Sidebar Socials
- On Blogger Dashboard Click layout.
- And Follow the instructions given the below:
<!Edit Your Social Icons here, You Just have to Change URLs with "#", In case You Want to Change Social icon, Just rename the li-->
<ul class="follow-soc"><li><a class="fa fa-dribbble" href="#"></a></li>
<li><a class="fa fa-facebook" href="#"></a></li>
<li><a class="fa fa-instagram" href="#"></a></li>
<li><a class="fa fa-pinterest" href="#"></a></li>
<li><a class="fa fa-twitter" href="#"></a></li>
</ul>
<!--Still Facing Problem??, Contact Us for help-->
# |
Change social links with your links. |