Popular post is a widget provided by blogger which shows a list of most viewed posts from your blog. Now using a hack we will customize popular posts widget with awesome style. The 
main part of this hack is; you don't need to add any heavy JavaScript or any other scripts we will apply this hack with using only CSS. Also you can customize this widget with using blogger template designer.
Well, in this post I will show you on how to add a Multi Colored Popular Post with hover effect widget. This Multi Colored Popular Post with hover effect widget not only attracts readers but also looks beautiful in sidebar. Before moving to the tutorial you can see the demo by clicking the below button.
Let's go to the tutorial.
- Login to Blogger. 
- Go To Blogger Dashboard > Template > Edit HTML > tick the Expand Widget Templates. 
- Click (Ctrl and F) Search for 
/* Variable definitions
   ====================
- Just below/after it paste the code below,
Note: if this code is not working in your template, use the Code 2
<Group description="PopularPosts Backgrounds" selector="#PopularPosts1">
<Variable name="PopularPosts.background.color1" description="background color1" type="color" default="#fa4242" value="#ff4c54"/>
<Variable name="PopularPosts.background.color2" description="background color2" type="color" default="#ee6107" value="#ff764c"/>
<Variable name="PopularPosts.background.color3" description="background color3" type="color" default="#f0f" value="#ffde4c"/>
<Variable name="PopularPosts.background.color4" description="background color4" type="color" default="#ff0" value="#c7f25f"/>
<Variable name="PopularPosts.background.color5" description="background color5" type="color" default="#0ff" value="#33c9f7"/>
<Variable name="PopularPosts.background.color6" description="background color6" type="color" default="#ff0" value="#7ee3c7"/>
<Variable name="PopularPosts.background.color7" description="background color7" type="color" default="#ff0" value="#f6993d"/>
</Group>
OR
Note: If  the code given above is not working then use this one.
<Variable name="PopularPosts.background.color1" description="background color1" type="color" default="#fa4242" value="#ff4c54"/>
<Variable name="PopularPosts.background.color2" description="background color2" type="color" default="#ee6107" value="#ff764c"/>
<Variable name="PopularPosts.background.color3" description="background color3" type="color" default="#f0f" value="#ffde4c"/>
<Variable name="PopularPosts.background.color4" description="background color4" type="color" default="#ff0" value="#c7f25f"/>
<Variable name="PopularPosts.background.color5" description="background color5" type="color" default="#0ff" value="#33c9f7"/>
<Variable name="PopularPosts.background.color6" description="background color6" type="color" default="#ff0" value="#7ee3c7"/>
<Variable name="PopularPosts.background.color7" description="background color7" type="color" default="#ff0" value="#f6993d"/>
6. Click (Ctrl and F) Search for ]]></b:skin>
7. Just before/above  ]]></b:skin> paste the code below,
8. Click (Ctrl and F) Search for code below like this: 
<b:widget id='PopularPosts1' locked='false'
Search till
</b:widget>
Replace above search code with the code below( Be Careful while doing):
10. Save Template and then your DONE!
CUSTOMIZATION:
- Go to Blogger Dashboard> Design> Page Elements
- Click on the edit link of Popular Posts Widget
- Select “display upto 7 posts”.
- Now Save the widget.
So execute steps correctly and you are done. Head to your blog and check the trick executed. So don't forget us. We will only survive with your generosity. Like, Share, Follow and Subscribe. If you are facing any problem with implementing these codes just comment below for help. Stay tuned for more posts.
 

 
 
 
 
 
 
 
 
