Title: Remove bullets
Last modified: August 20, 2016

---

# Remove bullets

 *  Resolved [sildona](https://wordpress.org/support/users/sildona/)
 * (@sildona)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/remove-bullets-1/)
 * Excellent plugin, but I would prefer to remove the bullet points that appear 
   beside my thumbnails. I looked in the php files for ordered lists or something
   in the CSS spans, but I couldn’t find anything.
 * Any help would be greatly apprecaited.
 * [http://wordpress.org/extend/plugins/flexible-posts-widget/](http://wordpress.org/extend/plugins/flexible-posts-widget/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [DaveE](https://wordpress.org/support/users/dpe415/)
 * (@dpe415)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/remove-bullets-1/#post-3153774)
 * Hi Sildona,
 * The bullets are because the plugin uses an unordered list [`<ul>`] to list out
   the entries by default. Styling the list to remove the bullets or changing the
   HTML to another type of tag would be the best methods for removing the bullets.
 * You might try adding the following to your theme’s styles.css:
    `.dpe-flexible-
   posts {list-style:none;}`
 * The plugin is intentionally designed to no include any of it’s own styling to
   allow developers and designers the ability to customize it however they’d like
   to match their themes.

Viewing 1 replies (of 1 total)

The topic ‘Remove bullets’ is closed to new replies.

 * ![](https://ps.w.org/flexible-posts-widget/assets/icon-256x256.jpg?rev=984592)
 * [Flexible Posts Widget](https://wordpress.org/plugins/flexible-posts-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flexible-posts-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flexible-posts-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/flexible-posts-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flexible-posts-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flexible-posts-widget/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [DaveE](https://wordpress.org/support/users/dpe415/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/remove-bullets-1/#post-3153774)
 * Status: resolved