Title: Adding Bullets to CSS
Last modified: August 20, 2016

---

# Adding Bullets to CSS

 *  Resolved [ffgdirector](https://wordpress.org/support/users/ffgdirector/)
 * (@ffgdirector)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adding-bullets-to-css/)
 * I have a theme called BlackBird which isn’t displaying bullets or numbered lists
   in blog posts. I know that to fix it, I need to add something to my CSS, but 
   I can’t figure out what.
 * Example [here](http://www.wolnicatstudios.com/test-bullets/)
 * Any help you can give is greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adding-bullets-to-css/#post-3619236)
 * Do you have a section of the dashboard to hold your CSS modifications? Something
   named, “Jetpack” or “Custom CSS”. Or are you using a Child Theme?
 *  Thread Starter [ffgdirector](https://wordpress.org/support/users/ffgdirector/)
 * (@ffgdirector)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adding-bullets-to-css/#post-3619306)
 * Thanks for responding Andrew. There’s a section in the options of the theme called“
   Styling Options” where “Custom CSS” is supposed to go. Is this where something
   would be added and if so, what would I add?
 * There is also style.css when I go to wordpress’ Edit Themes section
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adding-bullets-to-css/#post-3619311)
 * In your Custom CSS section, add this;
 *     ```
       .post_content ul {
        list-style-position: inside;
       }
       ```
   
 *  Thread Starter [ffgdirector](https://wordpress.org/support/users/ffgdirector/)
 * (@ffgdirector)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/adding-bullets-to-css/#post-3619329)
 * Thank you so much Andrew. That worked perfectly.
 * If it’s not too much trouble, I’m also having issues figuring out how to double
   space my paragraphs without manually inserting   into the text editor.
 * Is there a way to do this?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Adding Bullets to CSS’ is closed to new replies.

## Tags

 * [blog post](https://wordpress.org/support/topic-tag/blog-post/)
 * [bullets](https://wordpress.org/support/topic-tag/bullets/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [numbered lists](https://wordpress.org/support/topic-tag/numbered-lists/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [ffgdirector](https://wordpress.org/support/users/ffgdirector/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/adding-bullets-to-css/#post-3619329)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
