+10 344 123 64 77

Friday, February 8, 2013

How to Add Square Bullet Style Points to Blogger

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
So you've successfully changed the bullet point style. Please share if you like this post. 

0 comments:

Post a Comment