Title: bullets don&#039;t display
Last modified: August 20, 2016

---

# bullets don't display

 *  [lifegateacu](https://wordpress.org/support/users/lifegateacu/)
 * (@lifegateacu)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/bullets-dont-display/)
 * bullets don’t display on webpages created using the Blackbird theme.
    Please 
   help.

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

 *  [CPC Mike](https://wordpress.org/support/users/homergz/)
 * (@homergz)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/bullets-dont-display/#post-3203633)
 * Please post a link to your site.
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 7 months ago](https://wordpress.org/support/topic/bullets-dont-display/#post-3203636)
 * I’m looking at the demo and it appears bullet points are deliberately removed
   from the design.
 *  Thread Starter [lifegateacu](https://wordpress.org/support/users/lifegateacu/)
 * (@lifegateacu)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/bullets-dont-display/#post-3203646)
 * is there a way to include code in a css file to add support for bullets?
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 7 months ago](https://wordpress.org/support/topic/bullets-dont-display/#post-3203652)
 * Yes, but modifications will have to be made through a [Child Theme](http://codex.wordpress.org/Child_Themes)
   stylesheet or [Custom CSS Manager](http://wordpress.org/extend/plugins/custom-css-manager-plugin/)
   plugin. Have you either?
 *  Thread Starter [lifegateacu](https://wordpress.org/support/users/lifegateacu/)
 * (@lifegateacu)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/bullets-dont-display/#post-3203674)
 * @CedarPointConcepts – [http://physicalhealthcomplex.com/testing/](http://physicalhealthcomplex.com/testing/)
 * [@andrew](https://wordpress.org/support/users/andrew/) – thanks for your assistance.
   I’m a novice. Would you be able to provide more guidance and examples?
 *  Thread Starter [lifegateacu](https://wordpress.org/support/users/lifegateacu/)
 * (@lifegateacu)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/bullets-dont-display/#post-3203677)
 * here is a test page where there should be bullets.
 * [http://physicalhealthcomplex.com/testing/dr-sandy-herrington/](http://physicalhealthcomplex.com/testing/dr-sandy-herrington/)
 *  [CPC Mike](https://wordpress.org/support/users/homergz/)
 * (@homergz)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/bullets-dont-display/#post-3203679)
 * Your bullets are already enabled but are being hidden because of lack of padding.
   Find this line in your child theme’s CSS:
 *     ```
       ol, ul {
           list-style: disc outside none;
       }
       ```
   
 * and add some padding so it looks like this:
 *     ```
       ol, ul {
           list-style: disc outside none;
           padding-left:10px;
       }
       ```
   
 * This will add padding to all your lists whether they have bullets or not so you
   may see some affects elsewhere. For more on CSS Lists read this:
 * [http://www.w3schools.com/CSS/css_list.asp](http://www.w3schools.com/CSS/css_list.asp)
 *  Thread Starter [lifegateacu](https://wordpress.org/support/users/lifegateacu/)
 * (@lifegateacu)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/bullets-dont-display/#post-3203680)
 * Thanks for your response CedarPontConcepts.
    Right now I don’t have a child theme.
   Do I need to create one?
 *  [CPC Mike](https://wordpress.org/support/users/homergz/)
 * (@homergz)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/bullets-dont-display/#post-3203681)
 * You really should use a child theme. Otherwise if the theme updates you will 
   lose all of your custom edits. It’s really not that hard and only takes a few
   minutes. Use the link that Andrew posted above.
 *  Thread Starter [lifegateacu](https://wordpress.org/support/users/lifegateacu/)
 * (@lifegateacu)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/bullets-dont-display/#post-3203682)
 * OK. I used the custom css manager plugin and copied your code into it.
    Now the
   bullets appear. Thanks everyone for your help!
 *  Thread Starter [lifegateacu](https://wordpress.org/support/users/lifegateacu/)
 * (@lifegateacu)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/bullets-dont-display/#post-3203717)
 * Hi CedarPoint,
 * For some reason the css code is not working for other pages.
 * [http://physicalhealthcomplex.com/services/colonhydrotherapy/](http://physicalhealthcomplex.com/services/colonhydrotherapy/)
 * Any ideas?
 *  Thread Starter [lifegateacu](https://wordpress.org/support/users/lifegateacu/)
 * (@lifegateacu)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/bullets-dont-display/#post-3203718)
 * Nevermind. I figured it out.

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

The topic ‘bullets don't display’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/blackbird/1.3.0/screenshot.png)
 * BlackBird
 * [Support Threads](https://wordpress.org/support/theme/blackbird/)
 * [Active Topics](https://wordpress.org/support/theme/blackbird/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/blackbird/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/blackbird/reviews/)

 * 12 replies
 * 3 participants
 * Last reply from: [lifegateacu](https://wordpress.org/support/users/lifegateacu/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/bullets-dont-display/#post-3203718)
 * Status: not resolved