3 Superb Label customization for Blogger

3 Superb Label customization for Blogger
Labels widget is a very important widget for Blogger, it helps a visitor to easily find their topic instead of searching or leaving your site. Blogger’s default label widget is very suck looking, it just shows list of your label or some floating tags. But this default widget is customizable through adding some custom CSS into your template. Here I designed 3 unique looking label widget, what will give your labels A fresher look, Cutting edge and trendy design most of all these widget is easy customizable how ever you want. Made with CSS3, CSS, Google Font, Flat colors. Let’s see how they look like and how to add them into your Blogger blog.

Color changing Label widget

Label customization for Blogger

Flat and trendy designed inspired by Thesis themes of Wordpress.   

Codes for copy-

/*crawlist.net label starts*/
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
.label-size{
 margin:0;
 padding:0;
 position:relative;
 }
 .label-size a{
 float:left;
 height:18px;
 line-height:18px;
 position:relative;
 font-size:16px;
 font-family: 'Droid Serif', serif;
 text-shadow:#CCC;
 margin-bottom: 9px;
 margin-left:10px;
 padding:8px;
 color: #fff;
 background:#F97C00;
 text-decoration:none;   
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -ms-transition: all 1s ease;
 -o-transition: all 1s ease;
 transition: all 1s ease;
 }
.label-size a:hover
{transition:1s ease-out 0s;background:#000;}
/*crawlist.net label ends*/

Pushable button style Label widget

 Label customization for Blogger

 

Flat and Pushable downward button style animation enriched, neat and happy looking.

Codes for copy-

/*crawlist.net label starts*/
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
.label-size{
 margin:0;
 padding:0;
 position:relative;}
 .label-size a{
 float:left;
 height:18px;
 line-height:18px;
 position:relative;
 font-size:16px;
 font-family: 'Droid Serif', serif;
 text-shadow:#CCC;
 margin-bottom: 9px;
 margin-left:10px;
 padding:8px;
 color: #fff;
 background:#36D7B7;
 text-decoration:none;  
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 -ms-transition: all .5s ease;
 -o-transition: all .5s ease;
 transition: all .5s ease;
border-radius: 4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
    box-shadow: 0 3px 0 #1BA39C;
    -moz-box-shadow: 0 3px 0 #1BA39C;
    -webkit-box-shadow: 0 3px 0 #1BA39C;   
     top:3px; }
.label-size a:hover
{ top:6px;  -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 -ms-transition: all .5s ease;
 -o-transition: all .5s ease;
 transition: all .5s ease;
     box-shadow: 0 0px 0 #db443d;
    -moz-box-shadow: 0 0px 0 #db443d;
    -webkit-box-shadow: 0 0px 0 #db443d; }
/*crawlist.net label ends*/

Glossy Label widget

Label customization for Blogger

Just a cool, eye friendly glossy styled label widget with solid CSS3

Codes for copy-

/*crawlist.net label starts*/
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
.label-size{
 margin:0;
 padding:0;
 position:relative;
 }
 .label-size a{
 float:left;
 height:18px;
 line-height:18px;
 position:relative;
 font-size:16px;
 font-family: 'Droid Serif', serif;
 text-shadow:#CCC;
 margin-bottom: 9px;
 margin-left:10px;
 padding:8px;
 color: #fff;
 background: #48C9FF;
 background: -webkit-linear-gradient(top, #48C9FF 0%, #2EA8E5 100%);
 background: -moz-linear-gradient(top, #48C9FF 0%, #2EA8E5 100%);
 background: -ms-linear-gradient(top, #48C9FF 0%, #2EA8E5 100%);
 background: -o-linear-gradient(top, #48C9FF 0%, #2EA8E5 100%);
 background: linear-gradient(to bottom, #48C9FF 0%, #2EA8E5 100%);
 text-shadow: #29a3cc 0 1px 3px;
 text-decoration:none;   
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -ms-transition: all 1s ease;
 -o-transition: all 1s ease;
 transition: all 1s ease;}
.label-size a:hover
{border-top-left-radius: 10px 50px;
 border-bottom-left-radius: 10px 50px;
 border-top-right-radius: 10px 50px;
 border-bottom-right-radius: 10px 50px;
 -moz-border-radius-topleft: 10px 50px;
 -moz-border-radius-topright: 10px 50px;
 -moz-border-radius-bottomright: 10px 50px;
 -moz-border-radius-bottomleft: 10px 50px;}
/*crawlist.net label ends*/

How to add in Blogger
These label widget installing has 2 steps to go through, read on-

Step 1: Installing label widget
  • Log into your Blogger, select your Blog, 
  • Go to ‘Layout’ tab, click on ‘add a gadget’ from sidebar. 
  • From pop up menu select ‘Label’, 
  • From ‘Label’ menu select you want to see this widget as ‘Cloud’ style, 
  • Save widget then Save template

Step 2: Installing label styling
  • Go to ‘Template’ tab, Select ‘Edit HTML’, 
  • Search (Using CTRL+F or CMD+F) for ]]></b:skin>
  • Copy and paste above ]]></b:skin> any style you want.
  • Finally, Save template, preview your Blogger blog to see the change.

Customization (Little advance)
  • You can change label tags color easily. Go to any color picker, choose your color based on your choice copy the color HEX code, replace on default background color code. Example: If you want to change ‘Color changing Label widget’s tags color just change background:#F97C00; #F97C00 to any color you like. Rest label's color customization are same
  • You can change the tag cloud size by changing value of  (font-size:16px;) and (.label-size a{height:18px; line-height:18px;) sizes

Compatibility
  • These label widgets are Compatible with any Blogger template. But custom made or highly customized template will not support it. Again in that case if you able to find those non-supported template’s ‘Label’s source code (should be inside CSS part, above ]]></b:skin>) that case change .label-size to that template’s ‘Label’s source code (Example: If your template have custom label CSS named .label li change my codes .label-size to .label li) that way you can get this design work.
  • All CSS3 effects are compatible with every web browser’s latest version (except-IE)
So don’t forget to mention what your thought about these custom label widget for Blogger. New designs will release soon stay touch and Goodluck…