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 'class="sf-menu"'
- 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. Featured Slider
- On Blogger Dashboard Click Layout.
- Click Add a Gadget.
- Choose HTML/Javascript.
- Add the following Code:
All you have to do is just add the "style" (Without quotes ) in featured slider widget and you must have label of named featured for the post you want to show in slider.Please follow the screenshots below:
Step 1: Click on Edit
Step 2: Add The word Featured in Widget
Step 3: Add The label in your post named "Featured"
| Note |
You have to just replace the Image link with your image link and change the content of the slide according to your need or you can delete it as well. |
this is simple HTML markup, however if you have any problem please contact me.
4. Instagram Widget
- On Blogger Dashboard Click Layout.
- Click Add a Gadget.
- Choose HTML/Javascript.
- Now go www.snapwidget.com
- fill up the form to generate your instagram widget code
- and cody that code into your HTML/Javascript gadget box
.
6. Popular Post WidgetSS
5. Social Icons
- On Blogger Dashboard Click Template.
- Press ctrl + F.
- try to find " top social icons "(Without quotes) .
- You'll find the following code.
<!-- Top social icons. -->
<ul class='top-social'>
<li><a href='#'><i class='fa fa-facebook'/></a></li>
<li><a href='#'><i class='fa fa-twitter'/></a></li>
<li><a href='#'><i class='fa fa-pinterest'/></a></li>
<li><a href='#'><i class='fa fa-google-plus'/></a></li>
<li><a href='#'><i class='fa fa-youtube'/></a></li>
<li><a href='#'><i class='fa fa-vimeo-square'/></a></li>
<li><a href='#'><i class='fa fa-linkedin-square'/></a></li>
<li><a href='#'><i class='fa fa-rss-square'/></a></li>
</ul>
| # |
Change social links with your links. |