Hey Guys!!! Today I'm making a Tutorial on a Blogger Customization, Today I'm going to show you how to replace circular bullet points with square bullet points. This is a very simple tutorial where I will show you How can one change bullet point style using CSS.
How to Add Square Bullet Points to Blogger
This will replace the default circular bullet points to square bullet points.- Log in to your blogger blog
- Go to Template > Edit HTML (Backup your Template first)
- Search for ]]></b:skin>
- Paste the following code just before ]]></b:skin>
.post ul li {
list-style: square;
}
- Save Template
0 comments:
Post a Comment