Title: Bullets
Last modified: August 21, 2016

---

# Bullets

 *  [Vivian](https://wordpress.org/support/users/viviankrj/)
 * (@viviankrj)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/bullets-13/)
 * How do I remove the bullets from the post list? Is there any way?
 * [https://wordpress.org/plugins/list-category-posts/](https://wordpress.org/plugins/list-category-posts/)

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

 *  Plugin Author [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/bullets-13/#post-5048965)
 * By default the posts will be displayed inside a ul tag with the
    `lcp_catlist`
   CSS class. So to make the bullets disappear, just add this CSS code to your theme’s
   stylesheet:
 *     ```
       .lcp_catlist li{
         list-style: none;
       }
       ```
   
 *  [marcio15](https://wordpress.org/support/users/marcio15/)
 * (@marcio15)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/bullets-13/#post-5049188)
 * Hey, I’ve got a stupid question. Which css file do u mean? The whole WordPress
   theme?
 * I’m asking because the only css in plugin folder I’ve found is lcp_paginator.
   css and it has only a few lines.

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

The topic ‘Bullets’ is closed to new replies.

 * ![](https://ps.w.org/list-category-posts/assets/icon-256x256.png?rev=2517221)
 * [List category posts](https://wordpress.org/plugins/list-category-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/list-category-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/list-category-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/list-category-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/list-category-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/list-category-posts/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [marcio15](https://wordpress.org/support/users/marcio15/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/bullets-13/#post-5049188)
 * Status: not resolved