Title: List Items Styling
Last modified: August 19, 2016

---

# List Items Styling

 *  [thegameison](https://wordpress.org/support/users/thegameison/)
 * (@thegameison)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/list-items-styling/)
 * I want to add an image to act as the normal bullet point.
    - Example
 * How do I do that?

Viewing 1 replies (of 1 total)

 *  Moderator [cubecolour](https://wordpress.org/support/users/numeeja/)
 * (@numeeja)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/list-items-styling/#post-1248883)
 * in the theme style sheet use something like
 *     ```
       ul {
       list-style-image: url(your-bullet-image.gif);
       }
       ```
   
 * depending on your theme you’ll probably want to target the lists only to ones
   within the ‘content’ div or whatever is used in the theme for the content
 * Alternatively for more control you can use
 *     ```
       ul {
       list-style-type: none;
       }
       ```
   
 * & add some padding & a background image to the list items.

Viewing 1 replies (of 1 total)

The topic ‘List Items Styling’ is closed to new replies.

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 1 reply
 * 2 participants
 * Last reply from: [cubecolour](https://wordpress.org/support/users/numeeja/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/list-items-styling/#post-1248883)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
