Monday, January 4, 2016

How to add bullet points for popular posts Gadget in Blogger?

Blogger doesn't have bullet point for any sidebar gadgets. But we can add it by doing some HTML customization. This can be done to gadgets like popular posts, recent posts, blog lists etc. 

The steps are same. But in this tutorial, I will be inserting bullets in the popular posts gadget. You can try for others.

Step 1
Login to your blogger account

Step 2
Select the blog. Make sure it has popular posts gadget

Step 3
Click on Template

Step 4
Click on Edit HTML

Step 5
Find the code: 
.widget .popular-posts ul {
  list-style: none;
}
Step 6
Replace red font with 'square' or 'heart' without inverted comma.

If you want this to other gadgets that are in nature of listing, you can try the above steps. But you should locate them in HTML body.   

No comments:

Read our comment Policy to know your rights & responsibilities before actually leaving a comment for this article.

Related Posts Plugin for WordPress, Blogger...