Title: Removing Bullets
Last modified: August 21, 2016

---

# Removing Bullets

 *  Resolved [Damien](https://wordpress.org/support/users/appducate/)
 * (@appducate)
 * [13 years ago](https://wordpress.org/support/topic/removing-bullets-3/)
 * Hello DaveE, firstly thank you for this awesome plugin. I’m having a few issues
   with trying to remove the bullets though.
 * I tried following this post: [http://wordpress.org/support/topic/remove-bullets-1](http://wordpress.org/support/topic/remove-bullets-1)
   but adding the code to my styles.css didn’t do anything.
 * I’m not the most css savvy person so I may have done it wrong. I did change the
   <li id=”post-<?php… into <p id=”post-<?php… in widget.php and it did remove the
   bullets, however it wasn’t ideal since it kind of changed the way it looked.
 * I would like to follow the [http://wordpress.org/support/topic/remove-bullets-1](http://wordpress.org/support/topic/remove-bullets-1)
   but I can’t seem to get it right.
 * Any assistance would be greatly appreciated. Thanks.
 * [http://wordpress.org/extend/plugins/flexible-posts-widget/](http://wordpress.org/extend/plugins/flexible-posts-widget/)

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

 *  Thread Starter [Damien](https://wordpress.org/support/users/appducate/)
 * (@appducate)
 * [13 years ago](https://wordpress.org/support/topic/removing-bullets-3/#post-3767247)
 * Hmm… looks like I can’t edit my previous post. I wanted to meantion that I also
   tried this: “changing the HTML to another type of tag would be the best methods
   for removing the bullets”.
 * I tried changing the tag to <p> but that just put a large gap between the posts.
   Is there a better tag to use?
 *  Plugin Author [DaveE](https://wordpress.org/support/users/dpe415/)
 * (@dpe415)
 * [13 years ago](https://wordpress.org/support/topic/removing-bullets-3/#post-3767414)
 * With this as well, you’d want to edit your theme styles. Again, I may be able
   to help with a public link, but otherwise, I’m in the dark. :\
 * Cheers,
 *  Thread Starter [Damien](https://wordpress.org/support/users/appducate/)
 * (@appducate)
 * [13 years ago](https://wordpress.org/support/topic/removing-bullets-3/#post-3767416)
 * Got it all figured out. Thanks.
 *  [jelyea](https://wordpress.org/support/users/jelyea/)
 * (@jelyea)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/removing-bullets-3/#post-3767497)
 * Hi,
 * How was it resolved?
    I also want to remove the list dot for the thumbnail posts
   on the sidebar. I use photocrati WP theme for vivacova.com
 * I tried two things:
    1. I tried adding the following to the theme’s styles.css:.
   dpe-flexible-posts {list-style:none;}
 * and it didn’t change anything.
 * Then…
    2. I also tried appending the following to the theme’s CSS override section:.
   dpe-flexible-posts {list-style:none;}
 * This is what it looks like in the Dynamic styling custom CSS code option’s textbox(
   Instruction is “If you insert code with custom classes you can style it here!
   You can also over ride theme styles.”):
    ======================== #footer { border-
   top:0 solid #E8E7E7; text-align:center; }
 * h1 {
    border-bottom:0 solid #E1E1E1; text-align:center; }
 * .dpe-flexible-posts {list-style:none;}
    ===========================
 * Thanks,
    Jessica
 *  Plugin Author [DaveE](https://wordpress.org/support/users/dpe415/)
 * (@dpe415)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/removing-bullets-3/#post-3767500)
 * Hi Jessica,
 * In your case, the theme styles are getting a higher priority than the styles 
   you added to the theme’s custom CSS override. This should work instead:
 * `.widget-area ul ul.dpe-flexible-posts {list-style:none;}`
 * Cheers,
 *  [jelyea](https://wordpress.org/support/users/jelyea/)
 * (@jelyea)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/removing-bullets-3/#post-3767502)
 * That worked! Thanks, DaveE!

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

The topic ‘Removing 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/)

 * 6 replies
 * 3 participants
 * Last reply from: [jelyea](https://wordpress.org/support/users/jelyea/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/removing-bullets-3/#post-3767502)
 * Status: resolved