Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

19 Aug 2013

Customize Labels Widget with Stylish Cool Effects

Customize Labels Widget with Stylish Cool Effects


Labels widget displays list of the categories of posts. Creating labels helps to categorize the posts in groups. So it helps visitors to see the posts under a category. Default blogger Labels widget is not so Stylish. Don't worry, here I am sharing some cool interesting labels widget styles for you. This Labels widget can style using simple CSS codes. To do this follow the steps..


  •  Sign In to Blogger Dashboard
  • Go to Dashboard ->Template -> Edit HTML
  • Find ]]></b:skin> { Press Ctrl + F } and copy the code of label style you like above ]]></b:skin>
  • Save Template

Black Forest Theme Labels With Animated Scaling


                               

.Label li {
        background: linear-gradient(to bottom, #6B6B6B 0%, #6B6B6B 4%, #333333 1%, #2B2B2B 100%) repeat scroll 0 0 transparent;
        border: 1px solid;
        border-radius: 6px 6px 6px 6px;
        float: left;
        font-size: 116%;
        list-style: none outside none;
        margin: 2px;
        padding: 4px;
        transition: all 0.3s ease 0s;
    }
.Label li:hover {
    transform: rotate(351deg) scale(1.7);
}

No comments: