Title: Remove bullets
Last modified: August 20, 2016

---

# Remove bullets

 *  Resolved [alta75](https://wordpress.org/support/users/alta75/)
 * (@alta75)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-bullets-3/)
 * hello can you tell me how to remove the bullets (I’m assuming in the plug in’s
   style sheet) before “Recent Blog Posts” and also before the individual posts?
   thx much
 * very nice plugin.
 * here’s the site:
 * [http://smashingsound.com](http://smashingsound.com)
 * [http://wordpress.org/extend/plugins/recent-posts-widget-extended/](http://wordpress.org/extend/plugins/recent-posts-widget-extended/)

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

 *  [missjacky83](https://wordpress.org/support/users/missjacky83/)
 * (@missjacky83)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-bullets-3/#post-3539391)
 * Try adding the following to your theme’s stylesheet:
 *     ```
       li.rpwe_widget  {
       	list-style:none;
       }
   
       .rpwe-block li {
       	list-style:none;
       }
       ```
   
 * That should override the plugin styles. Let me know if that works 🙂
 *  Plugin Author [satrya](https://wordpress.org/support/users/satrya/)
 * (@satrya)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-bullets-3/#post-3539436)
 * The code from [@missjacky83](https://wordpress.org/support/users/missjacky83/)
   should resolve your problem 🙂
 *  Thread Starter [alta75](https://wordpress.org/support/users/alta75/)
 * (@alta75)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-bullets-3/#post-3539475)
 * BUENO!! Thanks you very much both of you! It is now perfect … Air Kisses! : D
 *  [junkrar](https://wordpress.org/support/users/junkrar/)
 * (@junkrar)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-bullets-3/#post-3539686)
 * This did not work for me. I’m on WordPress 3.4.2 and I added the above CSS to
   the very end of the style sheet and it didn’t hide the arrows.
 *  [David Kryzaniak](https://wordpress.org/support/users/davidkryzaniak/)
 * (@davidkryzaniak)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-bullets-3/#post-3539687)
 * [@junkrar](https://wordpress.org/support/users/junkrar/), try this instead (without
   seeing your site, it’s hard to tell what’s going on)
 *     ```
       body li.rpwe_widget {list-style:none !important;}
       body .rpwe-block li {list-style:none !important;}
       ```
   
 *  [junkrar](https://wordpress.org/support/users/junkrar/)
 * (@junkrar)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-bullets-3/#post-3539688)
 * The website is [here](http://cms.contractglaziers.com) and I tried that. I don’t
   have the “Edit CSS” feature available in WordPress 3.5, so I’m just going into
   the Editor and pasting it in the theme’s main stylesheet. I’ve also tried putting
   it in the Custom CSS on the widgets page for this widget, but no luck.
 *  [David Kryzaniak](https://wordpress.org/support/users/davidkryzaniak/)
 * (@davidkryzaniak)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-bullets-3/#post-3539689)
 * Sorry for the delay. Weird? All the CSS classes are missing from the plugin? 
   Did you modify the plugin at all? Are you sure you’re using “Recent Posts Widget
   Extended”?
 * Since it sounds like you need to edit the theme directly, I recommend using a
   child theme. Here’s the CSS you’ll need to remove the arrows:
 *     ```
       #sideright ul li.widget-container.widget_recent_entries ul li {
       background-image: none;
       padding: 5px 0px 5px 0px;
       }
       ```
   
 *  [junkrar](https://wordpress.org/support/users/junkrar/)
 * (@junkrar)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-bullets-3/#post-3539690)
 * As you’ll see on [this page](http://cms.contractglaziers.com/portfolio/panam/),
   that didn’t eliminate the arrows. I think they changed in appearance a bit, but
   that’s it. I added it to style.css for the theme I’m using…
 *  [junkrar](https://wordpress.org/support/users/junkrar/)
 * (@junkrar)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-bullets-3/#post-3539691)
 * Please ignore the “changing appearance” part, that was a change someone else 
   made.

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

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

 * ![](https://s.w.org/plugins/geopattern-icon/recent-posts-widget-extended_3384ca.
   svg)
 * [Recent Posts Widget Extended](https://wordpress.org/plugins/recent-posts-widget-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-widget-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-widget-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-widget-extended/reviews/)

 * 9 replies
 * 5 participants
 * Last reply from: [junkrar](https://wordpress.org/support/users/junkrar/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/remove-bullets-3/#post-3539691)
 * Status: resolved