Title: Remove extra bullet?
Last modified: August 21, 2016

---

# Remove extra bullet?

 *  Resolved [stefaanoyen](https://wordpress.org/support/users/stefaanoyen/)
 * (@stefaanoyen)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-extra-bullet/)
 * Hi there,
 * First of all, thanks for a great plugin!
 * Just a question: I see an extra bullet before the plugin title. With CSS I added“
   display:none” to the title, but the extra bullet is still there, before the first
   list item.
 * This is the page: _[Broken link removed]_
 * How do I get rid of it? I tried everything but no success…
 * Thanks!
    Stefaan
 * [http://wordpress.org/extend/plugins/widgets-on-pages/](http://wordpress.org/extend/plugins/widgets-on-pages/)

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

 *  Thread Starter [stefaanoyen](https://wordpress.org/support/users/stefaanoyen/)
 * (@stefaanoyen)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-extra-bullet/#post-3712968)
 * Huh? Thanks, but no thanks : )
 * I thought this was a free plugin and that I found a bug. If you want to make 
   money with this plugin, you should make it clear at the start. Just my 2 cents:)
 *  Plugin Author [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * (@toddhalfpenny)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-extra-bullet/#post-3712990)
 * Hey Stefan… not sure who you’re replying too… this plugin is free. Also, looking
   at your page I can’t see this extra bullet; have you solved this yourself?
 *  Thread Starter [stefaanoyen](https://wordpress.org/support/users/stefaanoyen/)
 * (@stefaanoyen)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-extra-bullet/#post-3713000)
 * Hi Todd,
 * Sorry, I replied to someone who promised me a solution for a 100$… Didn’t realize
   it wasn’t you : ) And yes, I solved this myself.
 * Thanks again for a great plugin!
    Stefaan
 *  Plugin Author [toddhalfpenny](https://wordpress.org/support/users/toddhalfpenny/)
 * (@toddhalfpenny)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-extra-bullet/#post-3713002)
 * Oh wow! I’ve not heard of that kind of thing on here before.
 * Glad you got it sorted.
 *  Thread Starter [stefaanoyen](https://wordpress.org/support/users/stefaanoyen/)
 * (@stefaanoyen)
 * [13 years ago](https://wordpress.org/support/topic/remove-extra-bullet/#post-3713045)
 * Thanks!
 * For everyone who’s looking for a solution, this is what did the trick for me:
 *     ```
       .page-id-66 #recent-posts-3 .widgettitle {
       	display: none;
       }
   
       .page-id-66 .widgets_on_page ul li:before {
       	content: none;
       	font: 16px 'Listicons', Helvetica, sans-serif;
       	color:#222;
       	padding: 0 0 10px 0px;
       	margin: 0 0 7px;
       	word-wrap: break-word;
       }
       ```
   

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

The topic ‘Remove extra bullet?’ is closed to new replies.

 * ![](https://ps.w.org/widgets-on-pages/assets/icon.svg?rev=1400727)
 * [Widgets on Pages](https://wordpress.org/plugins/widgets-on-pages/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/widgets-on-pages/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/widgets-on-pages/)
 * [Active Topics](https://wordpress.org/support/plugin/widgets-on-pages/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/widgets-on-pages/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/widgets-on-pages/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [stefaanoyen](https://wordpress.org/support/users/stefaanoyen/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/remove-extra-bullet/#post-3713045)
 * Status: resolved