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
Click on Template
Step 4
Click on Edit HTML
Step 5
Find the code:
.widget .popular-posts ul {
list-style: none;
}
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.
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.