Title: double bullets &#8211; removal
Last modified: August 24, 2016

---

# double bullets – removal

 *  Resolved [wengles](https://wordpress.org/support/users/wengles/)
 * (@wengles)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/double-bullets-removal/)
 * please see the bottom area in gray here, where i used this widget:
 * [http://kollelnh.org/](http://kollelnh.org/)
 * why are there two sets of bullets – a circle and also arrows?
    How do I get rid
   of both of them altogether?
 * thanks!
 * [https://wordpress.org/plugins/flexi-pages-widget/](https://wordpress.org/plugins/flexi-pages-widget/)

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

 *  Plugin Author [Srini G](https://wordpress.org/support/users/srinig/)
 * (@srinig)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/double-bullets-removal/#post-6090315)
 * Put this in the Custom CSS input that your theme may provide, or that which comes
   with a plugin like Jetpack.
 *     ```
       #bottom .widget_flexipages ul {
       	list-style: none;
       }
       #bottom .widget_flexipages li a:before {
       	background-image: none;
       	width: 0;
       	margin: 0;
       }
       ```
   
 * You can also put this code at the bottom of the style.css of your theme, but 
   that’s not recommended.
 *  Plugin Author [Srini G](https://wordpress.org/support/users/srinig/)
 * (@srinig)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/double-bullets-removal/#post-6090318)
 * You can also align the list items nicely by adding this code along with the code
   above…
 *     ```
       .widget_flexipages li {
       	margin-left: 0;
       }
       .widget_flexipages li li {
       	margin-left: 30px;
       }
       ```
   
 *  Thread Starter [wengles](https://wordpress.org/support/users/wengles/)
 * (@wengles)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/double-bullets-removal/#post-6090504)
 * It worked – Beautiful!
 * Thank you so much for your great support!

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

The topic ‘double bullets – removal’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/flexi-pages-widget.svg)
 * [Flexi Pages Widget](https://wordpress.org/plugins/flexi-pages-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/flexi-pages-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/flexi-pages-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/flexi-pages-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/flexi-pages-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/flexi-pages-widget/reviews/)

## Tags

 * [bullets](https://wordpress.org/support/topic-tag/bullets/)

 * 3 replies
 * 2 participants
 * Last reply from: [wengles](https://wordpress.org/support/users/wengles/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/double-bullets-removal/#post-6090504)
 * Status: resolved