Multi Color Popular Posts Widget |
Popular posts Widget tells your users about the famous posts on your blogs. It helps you to internal linking all your posts and helps you to decrease your bounce rate. In this article, I provide Multi color popular post widget for bloggers. It displays the posts on monthly, weekly basis or as you desire. It is a very lightweight widget that design in CSS3 and does not effect on the speed of your blog.
How to add Post in Blogger
- Login to your blogger dashboard and select the your desire bolg.
- Go to the blogger layout, add a gadget, and select the popular post gadget.
- Now go to the Template >>Edit HTML
- Find the]] ></b
: skin> - Now just above it paste the below code.
<! -- Popular posts multi colored UI theme-- >
#PopularPosts1ul { margin: 0; padding: 5px 0; list-style-type: none}
#PopularPosts1 ul li{position:relative;margin:5px 0;border:0;padding:10px}
#PopularPosts1 ul li:first-child{background:#ff4c54;width:97%}
#PopularPosts1 ul li:first-child:after{content:"1"}
#PopularPosts1ul li : first-child +li { background: #ff764c;width: 87%}
#PopularPosts1ul li : first-child +li : after{ content:"2"}
#PopularPosts1ul li : first-child +li +li { background: #ffde4c;width: 84%}
#PopularPosts1ul li : first-child +li +li : after{ content:"3"}
#PopularPosts1ul li : first-child +li +li +li { background: #c7f25f;width: 81%}
#PopularPosts1ul li : first-child +li +li +li : after{ content:"4"}
#PopularPosts1ul li : first-child +li +li +li +li { background: #33c9f7;width: 78%}
#PopularPosts1ul li : first-child +li +li +li +li : after{ content:"5"}
#PopularPosts1ul li : first-child +li +li +li +li +li{ background: #7ee3c7;width: 75%}
#PopularPosts1ul li : first-child +li +li +li +li +li : after{ content:"6"}
#PopularPosts1ul li : first-child +li +li +li +li +li +li{ background: #f6993d;width: 72%}
#PopularPosts1ul li : first-child +li +li +li +li +li +li : after{ content:"7"}
#PopularPosts1 ul li:first-child + li + li + li + li + li + li +li{background:#f59095;width:69%}
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li:after{content:"8"}
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li +li{background:#c7f25f;width:66%}
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li:after{content:"9"}
#PopularPosts1 ul li:first-child:after,
#PopularPosts1ul li : first-child +li : after,
#PopularPosts1ul li : first-child +li +li : after,
#PopularPosts1ul li : first-child +li +li +li : after,
#PopularPosts1ul li : first-child +li +li +li +li : after,
#PopularPosts1ul li : first-child +li +li +li +li +li : after,
#PopularPosts1ul li : first-child +li +li +li +li +li +li : after,
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li:after,
#PopularPosts1 ul li:first-child + li + li + li + li + li + li + li + li:after{position:absolute;top:20px;right:-15px;border-radius:50%;background:#353535;width:30px;height:30px;text-align:center;font-size:28px;color:#fff}
#PopularPosts1ul li . item -thumbnail{ float: left; border: 0; margin-right: 10px;background: transparent; padding: 0; width: 70px;height:70px;}
#PopularPosts1 ul li a{font-size:13px;color:#444;text-decoration:none}
#PopularPosts1 ul li a:hover{color:#222;text-decoration:none}
#PopularPosts1img { -moz -border-radius: 130px;
--border-radius: 130px; webkit border -radius: 130px;
-webkit -transition: all 0.3s ease;
-moz -transition: all 0.3s ease;transition : all 0.3s ease;padding : 4px;border : 1px solid #fff! important ;
}
#PopularPosts1 img:hover {
border-radius: 0 0 0 0;
-moz-transform: scale(1.2) rotate(-711deg) ;
-webkit-transform: scale(1.2) rotate(-711deg) ;
-o-transform: scale(1.2) rotate(-711deg) ;
-ms-transform: scale(1.2) rotate(-711deg) ;
transform: scale(1.2) rotate(-711deg) ;
}
<! --popular posts multicolored UI theme-- >
Now save your blog and look your popular post wedgit as shown above. I hope you like this simple tutorial, if you like please share it social media with your friends.
Comments
Post a Comment