How To Change the List Bullet Image in Blogger

List Bullet Image in Blogger

One of the steps that you can do to beautify your blog or to beautify your blog posts is by replacing Bullet Bullet Point List or your default template.


How To Change the List Bullet Image in Blogger

  1. Login to blogger.com
  2. In the drop down menu, select a template
  3. Click the Customize button
  4. You will be taken to a page Blogger Template Designer
  5. Click Advanced and select Add CSS

   6. Copy Paste the following code in column Add CSS.

.post ul li { list-style-image:url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinJi32xLs8DaMqi9aOtBcnhzEbmv0USIFcm40JZ2q8eW7E7rDhtoHG5og-0VW3vn2RhZOuoC4SJZxizz93uTSK-gq-jqI3MAGw1i551YjzOj1bJ4zUbc3Odj6JMBSzyvk1IZMFCBQ7Z4s/s1600/star_bullet.png'); }

List Bullet Image in Blogger

   7. Finally click the Apply to Blog

Reload your blog to see the results. CSS code above will display the List Bullet like the picture above.