Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts

Friday, 3 August 2012

Blogger Introduce A New Option To Remove Navbar

Remove-Blogger-Navbar-Easily
Whenever you pickup a new template for your blog a navbar automatically add at top most position of your blog it offers great features to user but most of the people don't want this navbar on the blog therefore they repeatedly trying to remove this navbar.

The tutorials to remove navbar present on different types of blog are not very efficient and in most of the cases they fail.

Thanks to Blogger team who recently add an option to remove this navbar through one click. Now you have no need to add any type of code in template to remove navbar from blog.

We want to remind you that our ABT team was recently launched all in one subscription widget for blogger blog.

How To Remove Blogger Navbar Easily

All the steps to remove navbar are very simple
  1. Login to Blogger Dashboard.
  2. Go to Design /  Page Elements.
  3. Click on Edit Button placed at right position of Navbar.
  1. From the list of nabar designing choose the off option.

  1. Finally click Save button. 

How To Remove Blogger Navbar Manually

If you don't find off option in the list then you can remove it manually just by adding small piece of code in blogger template.
  1. Click Design /  Edit HTML.
  2. Backup of your blogger template ( More info )  
  3. Search for following piece of code in template
<![CDATA[/* 
  1. Paste the following code just below it.
#navbar-iframe 
{

display: none !important;

}
  1. And Save your template
Both of the method given above are very useful for those bloggers who are trying to remove navbar permanently from template.

You can also read Increase blog security by changing login information, How to force reader to like fan page

Thursday, 19 July 2012

How To Import Blog Post To Google+

Social networking sites plays an impotent role in blogosphere as it promote our blog significantly. We have already discussed to import blog post to Facebook fan page but as we know Google+ was launched in June 28, 2011 and till now it have 250 million registered user so it can help you to boost your blog traffic.

Blog post can be shared on Google+ wall directly but remember that only those people can use this stuff whose Blogger account and Google+ account are on same use id.
Just follow the steps given below to import blog post to Google+.

How To Connect Blogger Profile To Google Plus

  1. In Blogger Dashboard, Click Blogger Option icon at top right corner.
Blogger option
  1. When you Choose Connect to Google+ option, a next page contains information about your new and old profile will open up then hit SWITCH NOW option. 
switch blogger profile

Now your blogger profile has been updated with your Google+ profile.

How To Share Blog Post To Google+

  1. Click Posts button to retrieve the list of posts, move your mouse over the post title to get the Share option. Click on this Share button.

  1. A new option will pop up though which you can customize sharing data means post image and post description.
  2. So whenever you published a new post, sharing box will automatically pop up and you can easily share your blog post.
If you like the above article then don't forget to subscribe it for latest updates.

You can also read following artcles

Thursday, 12 July 2012

Make A Good Looking Navigation Menu ( Step by Step Tutorial )

Menu bar simple

If you are searching on Google for a professional navigation bar which attract visitors and fit perfectly on your blog theme then you are at right place. Most of the people, who are just new to web designing or not understand enough web designing find difficulty to integrate navigation bar with blog theme.

So the tutorial given below comprises the basic idea to make menu bar so that beginner web designers can make their own menu bar according to their choice. You can choose font, color, background-color, border etc. like property freely. This tutorial uses simple CSS property and HTML tags. Or you can choose the high quality navigation bar created by our team
The four high quality navigation menu given above can not be completely customized by beginner web designer.

Hence if you want to make your own menu bar then move to the tutorial

How To Make Navigation Menu Bar:-

We will make navigation menu with the help unordered list <ul>, you can make your blog to look from attractive with list from here.

The first thing is to create an HTML unordered list <ul> like this
<ul id="navbar">
<li><a href="#'>Home</a></li>
<li><a href="#'>About</a></li>
<li><a href="#'>Service</a></li>
<li><a href="#'>Contact</a></li>
</ul>

It will create following output
ul-simple
Now add some CSS property to give it a look of professional menu bar.
#menubar
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
It will remove all circles which is at starting of list.
Next thing is to display these list inline by following code.
#menubar li
{
float:left;
display:inline;
}
 Set link property of list with following code.
#menubar li a, #menubar li a:link, #menubar li a:visited
{
display:block;
width:120px;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
padding:4px;
text-align:center;
text-decoration:none;
}


Figure given above explain the full working of above code.

To change the background color on mouse over
#menubar li a:hover, #menubar li a:active
{
background-color:#7A991A;
}
The overall CSS properties will look like this
#menubar
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}

#menubar li
{
float:left;

}
#menubar li a, #menubar li a:link, #menubar li a:visited
{
display:block;
width:120px;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
padding:4px;
text-align:center;
text-decoration:none;
}

#menubar li a:hover, #menubar li a:active
{
background-color:#7A991A;
}

Have you seen the result now get ready to make your good looking menu bar for blog.

More Article's

Tuesday, 3 July 2012

A Professional Good Looking Horizontal Menu Bar In Google Style

blogger google horizontal menu
My previous article, that relates to customize blogger template with google button, engage me to make a good looking professional horizontal navigation menu.The idea to make this cool horizontal menu is taken from Google designing. You can see similar menu at top most position of Google homepage which have a beautiful look. This menu bar uses simple CSS property and can be integrated to many blogging platforms like Blogger, Wordpress, Joomla etc.

How To Add Google Horizontal Menu To Blog

Why Add Google Horizontal Menu

This horizontal menu bar have following advantages
  • Reflect the Google designing in your blog.
  • Take readers attention
  • Doesn't effect page loading time
  • Easily integrable to different platforms
  • Give a professional look to blog

How To Add Horizontal Menu

  1. Go to Design /  Edit HTML in blogger dashboard.
  2. Click Expand Widget Templates and take backup of your template ( more info ).
  3. Search following piece of code in blogger template or Go to Template Designer /  Advanced /  Add CSS and paste the code given in step 4.
]]></b:skin>
  1. Paste the following code just above it.
/* code written by http://internetricks4u.blogspot.in/ */
#abtbox {
font-family: Arial,sans-serif;
font-size: 13px;
font-size-adjust: none;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 27px;
height: 30px;
background-color: #222222;
margin-top:0px;
width: 100%;
}

#abtbox ul
{ display: block;
text-decoration:none;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-bottom-color: -moz-use-text-color;
border-bottom-style: none;
border-bottom-width: 0;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-left-color-value: -moz-use-text-color;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-style-value: none;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-left-width-value: 0;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-right-color-value: -moz-use-text-color;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-right-style-value: none;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-right-width-value: 0;
border-top-color: -moz-use-text-color;
border-top-style: none;
border-top-width: 0;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}

#abtbox ul li
{text-decoration:none;
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-bottom-color: -moz-use-text-color;
border-bottom-style: none;
border-bottom-width: 0;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-left-color-value: -moz-use-text-color;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-style-value: none;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-left-width-value: 0;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-right-color-value: -moz-use-text-color;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-right-style-value: none;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-right-width-value: 0;
border-top-color: -moz-use-text-color;
border-top-style: none;
border-top-width: 0;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
line-height: 27px;
display: inline-block;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
position: relative;
vertical-align: top;
margin-left:10px;


}
#abtbox ul li a
{
color:#BBBBBB;
font-weight: bold;
-moz-text-blink: none !important;
-moz-text-decoration-color: -moz-use-text-color !important;
-moz-text-decoration-line: none !important;
-moz-text-decoration-style: solid !important;
display: block;
text-decoration:none;
}
#abtbox ul li a:hover, #abtbox ul li a:active
{
color: #FFFFFF;
}
/* code written by http://internetricks4u.blogspot.in/ */
  1. Now search for following piece of code in BT
<body>

OR

<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>
  1. And add following code just below it.
<div id="abtbox">
<ul>
<li><a href="http://google.com">+Shahbaz</a></li>
<li><a href="http://google.com">Search</a></li>
<li><a href="http://google.com">Images</a></li>
</ul>
</div>

Note

  • Replace the URL ( http://google.com ) written in red color with URL that you want to use.
  • Don't write ( www ) before the domain name.
  • Change +Shahbaz with name that you want to display as a menu.
This CSS code given above is originally created by Shahabz Malik, the author and founder of this blog. You are free to use this tricks on your blog :))

More Amazing Stuff's

Sunday, 24 June 2012

Tips To Keep Readers Busy On Your Blog

Readers_busy_technique
Everybody in the blogosphere familiar well with the quote that to achieve huge amount of traffic on the blog you only have to update your blog more frequently. But as we all know keeping blog updated every time may be difficult. So the only trick we have to busy readers on the blog and to get maximum pageview from a single reader. Comprehensively your great content attract readers on your blog and techniques and strategy governed by you will busy readers on blog. So here we are going to share some techniques through which you can keep your readers busy on blog.


How To Keep Readers On Blog Longer

Link One Post To Another:-

Link One Post to other
If you writing an article or stories which takes some information from any other post then use it and encourage your reader to click that particular post. Not only it explain your article more clearly but shows the readers that there are more interesting stuff here.

Working With Images:-

Add a suitable image between title and heading of article which describe your whole content completely. This technique can be very useful for you if visitor on your site are unable to understand clearly what actually you write.

You can also apply SEO techniques to images by optimize images and increase traffic tutorial or add special effect to image by change opacity of image using jQuery tutorial.

Related Post Widget:-

Related-Post
Related post widget may be the final weapon to keep visitor on your blog. You only have a need to add suitable related post widget which fit perfectly on your blog theme.

You can choose either Linkwithin or nRelate as a related post widget for your blogger blog.

Or you can invite your readers through an amazing technique called post slide out widget (install on blogger).   

Adding Video Content

Youtube blogger logo
Adding video content to blogger post may be useful to keep readers on blog longer time because readers likes video content.

You can use YouTube to upload video and then add that video to blog.

More Amazing Stuffs are-

Friday, 22 June 2012

How To Play With Your Facebook Fan Box

Facebook Fan Box change with css
Adding Facebook fan box to blog is a good strategy to drive traffic on the blog. It engage your blog readers to receives updates directly on their wall whenever you publish a new post. Facebook fan box can be worked on different type of blogging platform like Blogger, Wordpress, Typepad, Joomla etc. The official Fan box released by Facebook came with different type of languages which works on API interface so that user can easily add up this box on different part of blog ( learn here to create Facebook fan page). Many web designer gives best in modifying this fan page and write different tutorials but they fail to some extent with this fan page. Now we are here to modify fan page. So lets see how to do it ?



How To Customize Facebook Fan Box With CSS

We find difficulty in modifying the actual fan page code given by Facebook. So first of all we will make our own fan box code which will be further modified.

Your new fan page code should code should be in following format.
<!--http://internetricks4u.blogspot.in -->
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script>

<script type="text/javascript">FB.init("1690883eb733618b294e98cb1dfba95a");</script>

<fb:fan profile_id="335783349790411" stream="0" connections="10" logobar="0" width="300"></fb:fan>

<div style="font-size:8px; padding-left:10px"><a href="http://www.facebook.com/bloggingtrick"></a></div>
  • Replace profile_id="335783349790411" to your profile_id. This id will appear on your address bar in condition to editing the page.
  •  Replace http://www.facebook.com/bloggingtrick with your page url
Coding of your page is ready, now we will add different type of CSS property in it. Here we will use external style sheet rather than internal style sheet because the JavaScript code provided in coding will overwrite internal style sheet. After adding external CSS style sheet your code will look like this
<!--http://internetricks4u.blogspot.in -->
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script>

<script type="text/javascript">FB.init("1690883eb733618b294e98cb1dfba95a");</script>

<fb:fan profile_id="335783349790411" css="http://shahbazproject.googlecode.com/files/myfacebook.css?1" stream="0" connections="10" logobar="0" width="300"></fb:fan>

<div style="font-size:8px; padding-left:10px"><a href="http://www.facebook.com/bloggingtrick"></a></div>
  • You can use Google Code to upload  CSS code.
  • In Blogger Dashboard, Go to Design /  Page Element.
  • Choose Add a Gadget
  • Hit HTML /  JavaScript and paste the above fan box code in it.

Working Of Modified Facebook Like Box:-

The CSS list given below will explain the effect on Like box. You can add different property in it to modified it further.
/* code on http://internetricks4u.blogspot.in */
.fan_box a:hover
{
text-decoration: none;
}

.fan_box .full_widget
{
height: 200px;
border: 0 !important;
background: none !important;
position: relative;
}

fan_box .connect_top
{
background: none !important;
padding: 0 !important;
}

.fan_box .profileimage, .fan_box .name_block
{
display: none;
}

.fan_box .connect_action
{
padding: 0 !important;
}

.fan_box .connections
{
padding: 0 !important;
border: 0 !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #666;
}
span.total
{
color: #FF6600;
font-weight: bold;
}
.fan_box .connections .connections_grid
{
padding-top: 10px !important;
}
.fan_box .connections_grid .grid_item
{
padding: 0 10px 10px 0 !important;
}
.fan_box .connections_grid .grid_item .name
{
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-weight: normal;
color: #666 !important;
padding-top: 1px !important;
}

.fan_box .connect_widget
{
position: absolute;
bottom: 0;
right: 10px;
margin: 0 !important;
}
.fan_box .connect_widget .connect_widget_interactive_area
{
margin: 0 !important;
}

.fan_box .connect_widget td.connect_widget_vertical_center
{
padding: 0 !important;
}

Explanation

  • .fan_box a:hover define the effect produced on fan page under hover condition.
  • .fan_box .full_widget define the complete fan page size you can increase or decrease the size of fan page from here.
  • .fan_box .connect_top define the header of like box. We set background property to none, you can also change it to any color by adding suitable CSS color code.
  • .fan_box .profileimage, .fan_box .name_block it define the profile image container and name of fan page container.
  • .fan_box .connect_action it contain like button.
  • .fan_box .connections specifies the box that contain FB fan connections and text that shows X people like profile name.
  • span.total define a block that contain the total number of like.
The CSS code given above changes the basic appearance of Facebook fan page, You can insert another code in above CSS coding to make it look according to your choice. And upload that CSS file to Google Code. Don't forget to replace the URL of uploaded CSS file, given above with blue color. 

The complete CSS property used by Facebook fan page can be seen from here.

More Amazing Stuff With Same Author

Sunday, 17 June 2012

Tricks To Disaply Widgets In Homepage Only

Sidebar Widget Tricks
My previous article, display specific widget on specific page gets positive response from readers. It enables user to work more with sidebar widget by displaying widget on different pages like item page, home page, static page etc. But today's tutorial relates to homepage widget only means this tutorial will explain you to manage widget on homepage only. By this tutorial you can hide or show widgets in homepage means if you are interested to show popular post widget or any other widget like this in homepage only then you can easily do it. So lets see how this tricks will works.

How To Display Specific Widget On Homepage

Before going through this tutorial, you should be familiar with different type of page type. Take a quick review of different page type in blogger from here.

How To Display Popular Post Widget In Homepage Only

  1. In blogger dashboard, Go to Design /  Edit HTML.
  2. Click "Expand Widget Template".
  3. Download full template before making any changes in it ( more).
  4. Search Popular Posts in blogger template, then

Note:

In some cases you may find difficulty in finding Popular Posts in blogger template as it is user defined name. It may be different for your template but you can easily get it. It is a title of Popular Post widget and can be obtained on homepage. The following figure will illustrate it.    
<b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'>
<b:includable id='main'>




<!--Some HTML Code Here -->




</b:includable>
</b:widget>
  1. Add the red code which is given below in above code.
<b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts'>
<b:includable id='main'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>



<!--Some HTML Code Here -->



</b:if>
</b:includable>
</b:widget>
In same way you can hide or show more widget in homepage.

How To Display Blog Archive In Homepage Only

  1. Search Blog Archive in blogger template, and then get the following code.
<b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'>
<b:includable id='toggle' var='interval'>



<!--Some HTML Code Here-->



</b:includable>
</b:widget>
  1. Add the red code which is given below in above code.
<b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'>
<b:includable id='toggle' var='interval'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>


<!--Some HTML Code Here-->


</b:if>
</b:includable>
</b:widget>

More Article From The Same Author

Friday, 15 June 2012

Customize Blogger Template With Google Button

How to customize blogger with google
Google, no need to explain the function and working of this website. Google secure an amazing Alexa rank of 1. It presents an attractive look to their readers by its design. So I look through the Google code very carefully which make me ready to share some new tricks which relates to read more button in Google style and homepage navigation in Google style. We uses simple CSS property to produce this article. So lets make our blog to look more professional with Google. 

How To Change Blogger Button With Google Style

Change Read More Button With Google Style

To change the appearance of read more in relative to Google button perform the following operation in your blogger template.
  1. In blogger dashboard, Go to Design /  Edit HTML.
  2. Click "Expand Widget Template".
  3. Download full template before making any changes in it (More).
  4. Search for following piece of code in BT.
    ]]></b:skin>

    1. Paste the following code just above it.
    /* Code By http://internetricks4u.blogspot.in */
    .jump-link
    {
    -moz-user-select: none;
    border-radius: 2px 2px 2px 2px;
    cursor:pointer;
    display: inline-block; /* Code By http://internetricks4u.blogspot.in */
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none !important;
    font: bold 11px/27px Arial,sans-serif !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444444 !important;
    font-size: 11px;
    background-color: #F5F5F5;
    float:left;
    }

    .jump-link a, .jump-link a:link, .jump-link a:Active
    { text-decoration:none;
    color: #444444;
    }

    .jump-link:hover
    { border:1px solid #C7C7C7;
    box-shadow: 0px 1px 1px #E5E5E5;
    text-decoration:none;
    color: #444444;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    }
    /* Code By http://internetricks4u.blogspot.in */

    Note: Make Following Changes

    • left; specifies the left alignment of read more element whereas right specifies the right; alignment of  read more element. You can choose any one of the alignment which you suites.
    • To change the read more text, make the following changes.
    1. Search for following piece of code in blogger template.
    2. <data:post.jumpText/>
    1. Replace above code with a text that you want to display in place of default read more text. for ex.
    2. New Read More Text

    Change Blogger Page Navigation With Google Style

    1. In Template, search the following piece of code.
    #blog-pager-newer-link
    {
    /* Some CSS Code */
    }
    1. Replace this code with the below code.
    #blog-pager-newer-link
    {
    -moz-user-select: none;
    border-radius: 2px 2px 2px 2px;
    cursor:pointer;
    display: inline-block; /* Code By http://internetricks4u.blogspot.in */
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none !important;
    font: bold 11px/27px Arial,sans-serif !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444444 !important;
    font-size: 11px;
    background-color: #F5F5F5;
    float: $startSide;

    margin-left:2%;
    }

    #blog-pager-newer-link a, #blog-pager-newer-link a:link, #blog-pager-newer-link a:Active
    { text-decoration:none;
    color: #444444;
    }

    #blog-pager-newer-link:hover
    { border:1px solid #C7C7C7;
    box-shadow: 0px 1px 1px #E5E5E5;
    text-decoration:none;
    color: #444444;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    }
    /* Code By http://internetricks4u.blogspot.in */
    1. Search for following piece of code.
    #blog-pager-older-link
    {
    /* Some CSS Code */
    }
    1. Replace this code from the code given below.
    #blog-pager-older-link
    {
    -moz-user-select: none;
    border-radius: 2px 2px 2px 2px;
    cursor:pointer;
    display: inline-block; /* Code By http://internetricks4u.blogspot.in */
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none !important;
    font: bold 11px/27px Arial,sans-serif !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444444 !important;
    font-size: 11px;
    background-color: #F5F5F5;
    float: $endSide;

    margin-right:2%;
    }

    #blog-pager-older-link a, #blog-pager-older-link a:link, #blog-pager-older-link a:Active
    { text-decoration:none;
    color: #444444;
    }

    #blog-pager-older-link:hover
    { border:1px solid #C7C7C7;
    box-shadow: 0px 1px 1px #E5E5E5;
    text-decoration:none;
    color: #444444;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    }
    #navigation
    {
    -moz-user-select: none;
    border-radius: 2px 2px 2px 2px;
    cursor:pointer;
    display: inline-block; /* Code By http://internetricks4u.blogspot.in */
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none !important;
    font: bold 11px/27px Arial,sans-serif !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444444 !important;
    font-size: 11px;
    background-color: #F5F5F5;
    margin-left:auto;
    margin-right:auto;
    }

    #navigation a, #navigation a:link, #navigation a:Active
    { text-decoration:none;
    color: #444444;
    }

    #navigation:hover
    { border:1px solid #C7C7C7;
    box-shadow: 0px 1px 1px #E5E5E5;
    text-decoration:none;
    color: #444444;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    }
    1. Now search for following code.
    <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
    1. Replace this code from the code given below.
    <span id='navigation'><a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a></span>

    Note:-

    In some new template you may get difficulty in finding the code given in step 1 and step 3. Sometime in place of these code you may also find the code below.

    .blog-pager-older-link, .home-link, .blog-pager-newer-link 
    {
    background-color: $(content.background.color);
    padding: 5px;
    }
    1. Then replace the above code with the code given below.
    #blog-pager-newer-link
    {
    -moz-user-select: none;
    border-radius: 2px 2px 2px 2px;
    cursor:pointer;
    display: inline-block; /* Code By http://internetricks4u.blogspot.in */
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none !important;
    font: bold 11px/27px Arial,sans-serif !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444444 !important;
    font-size: 11px;
    background-color: #F5F5F5;
    float: $startSide;

    margin-left:2%;
    }

    #blog-pager-newer-link a, #blog-pager-newer-link a:link, #blog-pager-newer-link a:Active
    { text-decoration:none;
    color: #444444;
    }

    #blog-pager-newer-link:hover
    { border:1px solid #C7C7C7;
    box-shadow: 0px 1px 1px #E5E5E5;
    text-decoration:none;
    color: #444444;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    }
    /* Code By http://internetricks4u.blogspot.in */
    #blog-pager-older-link
    {
    -moz-user-select: none;
    border-radius: 2px 2px 2px 2px;
    cursor:pointer;
    display: inline-block; /* Code By http://internetricks4u.blogspot.in */
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none !important;
    font: bold 11px/27px Arial,sans-serif !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444444 !important;
    font-size: 11px;
    background-color: #F5F5F5;
    float: $endSide;

    margin-right:2%;
    }

    #blog-pager-older-link a, #blog-pager-older-link a:link, #blog-pager-older-link a:Active
    { text-decoration:none;
    color: #444444;
    }

    #blog-pager-older-link:hover
    { border:1px solid #C7C7C7;
    box-shadow: 0px 1px 1px #E5E5E5;
    text-decoration:none;
    color: #444444;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    }
    #navigation
    {
    -moz-user-select: none;
    border-radius: 2px 2px 2px 2px;
    cursor:pointer;
    display: inline-block; /* Code By http://internetricks4u.blogspot.in */
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    min-width: 54px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none !important;
    font: bold 11px/27px Arial,sans-serif !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #444444 !important;
    font-size: 11px;
    background-color: #F5F5F5;
    margin-left:auto;
    margin-right:auto;
    }

    #navigation a, #navigation a:link, #navigation a:Active
    { text-decoration:none;
    color: #444444;
    }

    #navigation:hover
    { border:1px solid #C7C7C7;
    box-shadow: 0px 1px 1px #E5E5E5;
    text-decoration:none;
    color: #444444;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    }

    By applying all these code to the template, your read more and page navigation options reflect the property of Google which looks awesome.

    More Article From The Same Author