0 Different Styles For Popular Posts Widget

Blogger gives us opportunity to easily add a “Popular Posts Widget”. Do you wish to change your Blogger’s popular Posts widget to form it additional outstanding and engaging for your visitors? Having a popular Posts widget within the sidebar has countless benefits. It helps new guests to select those articles that are most trending on an internet site. However, Blogger’s inbuilt popular posts widget isn't very much attention-grabbing in terms of planning and displaying. Because the blogger’s default “Popular Posts widget” offers following settings
  • 1-      Only the title of posts
  • 2-      A thumbnail of the image and post title
  • 3-      Post title with a summary
  • 4-      Post title with a thumbnail, with a post title and summary
Therefore, if you want to remodel your popular Posts widget into a masterpiece then, by following this "Blogger Tutorial" , you can use any one of the blogger styles given in this post.

Styles for popular posts
Preliminary Steps: Add the Popular posts gadget, if you have not added yet
STEP 1: Add the popular posts widget (if you have not added yet)
  • 1-  To work on this "blogger widget" Go to Blogger dashboard, and then go to Layout, in the layout area click on “Add a Gadget” link. Within seconds a window will open there click on Popular Posts.
add popular post widget
  • 2-   Now we will configure the “Popular Posts gadget” by checking the box, according to our needs as
popular posts customization
a)   Image thumbnails
b)   Snippet
  • 3-   After configuration, SAVE the widget by clicking on save.
STEP 2: Add the CSS to create different styles of Popular Post
  • 1-   Choose any one of the styles given below
  • 2-   The copy the CSS code of the style you have selected
  • 3-   Open the Template > Customized > Advanced > Add CSS > Paste the CSS code, you have selected before in step 2
css setting for styles of popular post
  • 4-   Once you have pasted the code, click on “Apply to blog” button.
That’s it you have done.
Note:
Some blogger template doesn’t allow the CSS addition.
In that case you have to follow the following steps
Go to Template > Edit HTML > search the code ]]></b:skin>
Now paste the CSS code just above ]]></b:skin>
Now click on SAVE. That’s it.

Styles
Style 1:

Styles For Popular Posts Widget
#PopularPosts1 h2{
position:relative;
padding:8px 10px 6px 10px;
width:100%;
margin-bottom: 5px;
font-size:17px;
color:#757575; /* Color of the widget&#039;s title */
text-align:left;
}
#PopularPosts1 ul{
list-style:none;
counter-reset:li;
padding:10px;
left:-8px;
width:100%;
}
#PopularPosts1 li{ /* Styles of each element */
width:100%;
position:relative;
left:0;
margin:0 0 1px 12px;
padding:4px 5px;
}
#PopularPosts1 ul li:before{
content: counter(li);
counter-increment: li;
position: absolute;
left: -30px;
top: 50%;
margin-top: -13px;
background: #8E8E8E; /* background color of the numbers */
height: 1.9em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
color: #fff;
font-size: 14px;
}
#PopularPosts1 ul li:after{
position: absolute;
content: &#039;&#039;;
left: -2px;
margin-top: -.7em;
top: 50%;
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left:10px solid #8E8E8E; /* background color of the right arrow*/
}
#PopularPosts1 ul li a{
color: #444;
text-decoration: none; 
font-size:15px;
}
#PopularPosts1 ul li {
position: relative;
display: block;
padding: .4em .4em .4em .8em;
*padding: .4em;
margin: .5em 0 .5em 0.4em;
background: #ddd;
transition: all .3s ease-out;
text-decoration:none;
transition: all .1s ease-in-out;
}
#PopularPosts1 ul li:hover{
background: #eee; /* Background color on mouseover */

#PopularPosts1 ul li a:hover{
color:#444; /* Link color on mouseover */
margin-left:3px;
}

 Style 2:

Styles For Popular Posts Widget
 #PopularPosts1 h2{
padding:7px 0 3px 0;
width:100%;
margin-bottom:10px;
font-size:1.3em;
text-indent:-12px;
font-size:18px;
text-align:center;
color: #757575; /* Color of the widget's title */
}
#PopularPosts1 ul{
list-style:none;
counter-reset:li;
padding:8px 0px 1px;
left:-7px;
width:290px;
}
#PopularPosts1 li{
position:relative;
margin:0 0 10px 0;
padding: 3px 2px 0 17px;
left:-5px;
width:285px;
}
#PopularPosts1 ul li{
background: #eee;
position: relative;
display: block;
padding: .4em .2em .4em 2em;
*padding: .2em;
margin: .5em 0;
background: #ddd;
text-decoration: none;
border-radius: .3em;
transition: all .3s ease-out; 
}
#PopularPosts1 ul li:before{
content: counter(li);
counter-increment: li;
position: absolute;
top: 50%;
margin: -1.3em;
height: 2em;
width: 2em;
line-height: 2em;
font-size: 15px;
color: #fff; /* text color of numbers */
background: #FB8835; /* background color of numbers */
border: .2em solid #fff; /* border color */
-webkit-box-shadow: 0 8px 5px -7px #888;
-moz-box-shadow: 0 8px 5px -7px #888;
box-shadow: 0 8px 5px -7px #888;
text-align: center;
font-weight: bold;
border-radius: 2em;
position: absolute; 
left: 0;
transition: all .3s ease-out;
}
#PopularPosts1 ul li:hover{
background: #eee;
}
#PopularPosts1 ul li:hover:before{
transform: rotate(360deg); 
}
#PopularPosts1 ul li a{
font: 14px Georgia, serif; /* font size of post titles */
text-shadow: 0 -1px 2px #fff;
color: #444;
display:block;
min-height:25px;
text-decoration:none;
text-transform: uppercase;
}
#PopularPosts1 ul li a:hover{
color: #444;
}

Style 3:

Styles For Popular Posts Widget

  #PopularPosts1 h2{
position:relative;
right:-2px;
padding:8px 63px 6px 17px;
width:100%;
margin:0;
font-size:16px;
background:#4F4F4F; /* Background color */
color:#f2f2f2; /* Color of the widget's title */
text-align:left;
text-indent:18px;
}
#PopularPosts1 h2:before{
position:absolute;
content:"";
top:36px;
right:0px;
width: 0px;
height: 0px;
border-bottom:12px outset transparent;
border-left:12px solid #000000;
}
#PopularPosts1 h2:after{
position:absolute;
content:"";
top:-6px;
left:-5px;
width: 0px;
height: 0px;
border-bottom:24px outset transparent;
border-top:24px outset transparent;
border-left:24px solid #ffffff; /* Arrow background color on the left */
}
#PopularPosts1 ul{
list-style:none;
counter-reset:li;
padding:10px;
left:-8px;
width:100%;
}
#PopularPosts1 li{
width:100%;
position:relative;
left:0;
margin:7px 0 16px 12px;
padding:10px  4px 0 5px;
}
#PopularPosts1 ul li:before{
content:counter(li);
counter-increment:li;
position:absolute;
top:-2px;
left:-20px;
font-size:35px;
width:20px;
color:#888888;
}

#PopularPosts1 ul li a{
display:block;
font-size:16px; /* Font size of the links */
color: #666; /* Color of the links */
text-decoration:none;
transition: all .1s ease-in-out;font-weight: bold;
}
#PopularPosts1 ul li a:hover{
color:#3366FF;
margin-left:3px;
}
 
Style 4:

Styles For Popular Posts Widget

 #PopularPosts1 h2{
padding:8px 10px 3px 0;
width:100%;
margin:0;
font-size:16px;
position:relative;
left:-20px;
display:block;
border-bottom:2px solid #ccc;
}
#PopularPosts1 ul{
list-style:none;
counter-reset:li;
padding:10px;
width:100%;
}
#PopularPosts1 li{ /* Styles of each element */
width:100%;
position:relative;
left:0;
margin:0 0 6px 10px;
padding:4px 5px;
}
#PopularPosts1 ul li:before{ /* Style of the numbers */
content:counter(li);
counter-increment:li;
position:absolute;
top:3px;
left:-39px;
font-size:21px;
width:28px;
height:28px;
border-radius: 50%;
color:#777; /* Text color */
border: 2px solid #ddd; /* Rounded border color */
padding:0;
text-indent:9px;
}
#PopularPosts1 ul li a{
display:block;
position:relative;
left:-45px;
width:100%;
margin:0;
min-height:28px;
padding: 5px 3px 3px 39px;
color:#333; /* color of the links */
text-decoration:none;
font-size:14px; /* Font size of the links */
font-style: italic;

}
#PopularPosts1 ul li a:hover{
color:#3366ff;
margin-left:3px;
}

Note:
All the CSS is valid and working.
But the numbering does not supported in Internet explorer 7.
All the properties are not supported in IE8;
In IE8 style 4 shows the square boxes instead of circles.
All other browsers show all the properties.

About The Author :

Prinxess Rabi is the founder of Opera Orbis.The blog helps the users to discover new relevant content, services, apps and brings the news that matters.Prinxess Rabi can help you in Blogger Tricks, Blogger Tips, Blogger Tutorials, Blogger Widgets, SEO Guide, Make Money Online, CSS, HTML, jQuery Tricks, Essays Writing.If you want to know more than follow/contact her.
Previous Page Next Page Home

Comment Policy : We are pleased to see your comment here. However, Please Keep in mind that all comments are moderated manually by humans according to our comment policy all. Using Keywords in the name field area is forbidden. Let’s enjoy a personal and meaningful conversation.

0 comments:

We are happy to see your comments on our blog! But if you do spam in comments then we have rights to delete it permanently. Let us make good conversation.

.