About E-Blogger Template

This blog will provide you latest blogger design templates in 2013 and hope you will satisfied with my blog templates.Please come again and download free here blogger design templates.

Wednesday, November 6, 2013

Add Google type Stylish Breadcrumbs to Blogger Blog?



google type breadcrumbs for blogger
The Breadcrumbs or breadcrumb trail is used as an aid for navigation. The breadcrumbs allows users to keep track of their location and to understand where they are. In Blogger, the breadcrumbs are the way to realize the category of an article/post. I think you had seen this in e-commerce sites like ebay,myntra,yebhi. They used breadcrumbs to identify a product is in which category. Its just like a Home link followed by the category belongs and then the current location/current post.





Demo shows in top of this post Click Here



  • Sign in to your Blogger Dashboard

  • Go to Template -> Edit HTML

  • Step 1: Find (ctrl+F) the following code



  • copy the following code after it



  • Step2:  Find the following code



  • copy the following code above it


                               
                           
                    
         
                                   
                                   
                                     
                                     
                                     
                                     
                                       
                                     

                                   

                               

                         

       


  • Step 3:  Find ]]> and Copy the following css code above it

Style 1: Style like this blog used



 .breadcrumbs {

margin: 0px 0px 15px 0px;
font-size:95%;

}
.post-navigation > a:after, .post-navigation > a:before {
    border-bottom: 13px solid transparent;
    border-left: 11px solid #B7B7B7;
    border-top: 13px solid transparent;
    content: "";
    display: inline-block;
    left: 100%;
    position: absolute;
    top: -2%;
    z-index: 1;
}
.post-navigation > a:after {
    border-left-color: #F2F2F2;
    left: 99%;
}.post-navigation > a:hover {
    padding-left: 23px;
}
.post-navigation > a {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #B7B7B7;
    color: #000000;
    padding: 4px 12px;
    position: relative;
    text-decoration: none;
transition: all 0.2s ease 0s;-moz-transition: all 0.2s ease 0s;-webkit-transition: all 0.2s ease 0s;
}
.post-navigation > span {
    padding-left: 14px;
}


Style 2: Google Type





Style 3: Wood Type


     .breadcrumbs {
    margin: 0px 0px 15px 0px;
    font-size:95%;
    }
    .post-navigation > a {
        background: url("http://i.imgur.com/qJ9sJ2N.jpg") no-repeat scroll 0 0 transparent;
        border: 1px solid #C76A29;
        border-radius: 7px 7px 7px 7px;
        color: #FFFFFF;
        padding: 4px 23px;
        position: relative;
        text-decoration: none;
        text-shadow: 1px 1px 2px #000000;
        transition: all 0.2s ease 0s;
    }
    .post-navigation > span {
        padding-left: 14px;

    }

Style 4: Blue Type




I hope this article will help you, if you liked this please spread our Blog.

View the original article here



Share This Post →


No comments:

Post a Comment

Follow me