Title: Replacing default bullets
Last modified: August 18, 2016

---

# Replacing default bullets

 *  [froots](https://wordpress.org/support/users/froots/)
 * (@froots)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/)
 * How do i replace the default bullets with my own image of bullets? Tried searching
   but all i see is removing bullets. I wanna replace it with some other bullet 
   images. Possible? Thanks…

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/replacing-default-bullets/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/replacing-default-bullets/page/2/?output_format=md)

 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/#post-165565)
 * Very possible.
    Define the image in the css. Here’s an example (at the bottom)
   [http://www.tamba2.org.uk/wordpress/graphicalcss/content/index.html](http://www.tamba2.org.uk/wordpress/graphicalcss/content/index.html)
 *  Thread Starter [froots](https://wordpress.org/support/users/froots/)
 * (@froots)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/#post-165575)
 * hhmm…for some reason it’s not showing up 🙁
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/#post-165577)
 * The page ?
    Your bullet ?
 *  Thread Starter [froots](https://wordpress.org/support/users/froots/)
 * (@froots)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/#post-165583)
 * [http://blog.mousehere.com/wp-content/themes/default/images/arrow.gif](http://blog.mousehere.com/wp-content/themes/default/images/arrow.gif)
 *  Thread Starter [froots](https://wordpress.org/support/users/froots/)
 * (@froots)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/#post-165584)
 * [http://blog.mousehere.com/wp-content/themes/default/images/arrow.gif](http://blog.mousehere.com/wp-content/themes/default/images/arrow.gif)
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/#post-165586)
 * `ol li, #sidebar ul ol li {`
 *  list-style-image: wp-content/themes/default/images/(arrow.gif);
 *  }
 * Should be
 * `ol li, #sidebar ul ol li {`
 *  list-style-image: wp-content/themes/default/images/arrow.gif;
 *  }
 *  Thread Starter [froots](https://wordpress.org/support/users/froots/)
 * (@froots)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/#post-165589)
 * Yup…did that, still not showing up. By the way..the whole layout looks terrible
   on IE6 Window XP 🙁
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/#post-165597)
 * I cannot believe I did the above … I need shooting !
 * ol li, #sidebar ul ol li {
    list-style-image: url(‘wp-content/themes/default/
   images/arrow.gif’); }
 *  [kiddeath91](https://wordpress.org/support/users/kiddeath91/)
 * (@kiddeath91)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/#post-165598)
 * Try enclosing the location:
 *  `list-style-image:url(wp-content/themes/default/images/arrow.gif);`
 *  [kiddeath91](https://wordpress.org/support/users/kiddeath91/)
 * (@kiddeath91)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/#post-165600)
 * and one `)` at the end. Yep you got it Podz. 🙂
 *  Thread Starter [froots](https://wordpress.org/support/users/froots/)
 * (@froots)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/#post-165604)
 * Ok..i don’t see any of my arrow bullets, does anyone see them? How bout the whole
   layout being screwed up in IE6 🙁 What seems to be the prob?
 *  [kiddeath91](https://wordpress.org/support/users/kiddeath91/)
 * (@kiddeath91)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/#post-165606)
 * You must have the directory wrong to where you are trying to point to for those
   bullets.
 * For the IE thing, add this to your BODY css
 *  margin:0 auto;
 *  Thread Starter [froots](https://wordpress.org/support/users/froots/)
 * (@froots)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/#post-165612)
 * Ok…i’ve done all the above mentioned and still i can’t seem to find my bullets.
   Also the IE6 solution didnt seem to work. The layout is still the same, out of
   position 🙁
 *  [kiddeath91](https://wordpress.org/support/users/kiddeath91/)
 * (@kiddeath91)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/#post-165614)
 * froots,
 * I’m looking at your css and I don’t see that you added the fix. Should look like
   this:
    ` body { font-size: 62.5%; /* Resets 1em to 10px */ font-family: 'Georgia',
   Verdana, Arial, Sans-Serif; background-color: #818181; color: #818181; margin:
   0 auto; text-align: center; }
 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/#post-165615)
 * ol li, #sidebar ul li ul li {
    list-style-image:url(‘wp-content/themes/default/
   images/arrow.gif’); }
 * That works.

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/replacing-default-bullets/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/replacing-default-bullets/page/2/?output_format=md)

The topic ‘Replacing default bullets’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 21 replies
 * 3 participants
 * Last reply from: [froots](https://wordpress.org/support/users/froots/)
 * Last activity: [21 years, 1 month ago](https://wordpress.org/support/topic/replacing-default-bullets/page/2/#post-165626)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
