Title: Remove Bullets?
Last modified: August 20, 2016

---

# Remove Bullets?

 *  Resolved [gabbybuzz](https://wordpress.org/support/users/gabbybuzz/)
 * (@gabbybuzz)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-bullets-2/)
 * How can I remove the Bullet that precedes each Testimonial? Here is my Test Page:
   
   [http://lakenormanwomensailors.com/home-test/](http://lakenormanwomensailors.com/home-test/)
 * I have looked through all 10 pages of the Support Forum and all the FAQ’s, but
   couldn’t find the answer. Please help. Thanks.
 * [http://wordpress.org/extend/plugins/testimonials-widget/](http://wordpress.org/extend/plugins/testimonials-widget/)

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

 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-bullets-2/#post-3515040)
 * Thanks for trying to figure it out, but yeah, it’s a design issue on your end.
 * Fixable with…
 *     ```
       #testimonials_widget-2 {
         list-style-type: none;
       }
       ```
   
 * FYI, if you remove or replace the widget, the `-2` will change.
 *  Thread Starter [gabbybuzz](https://wordpress.org/support/users/gabbybuzz/)
 * (@gabbybuzz)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-bullets-2/#post-3515069)
 * Thanks for your prompt reply Michael. I added the code to my CSS Inserts and 
   nothing happened. In fact, I’ve tried to modify several things by adding to the
   CSS and nothing has happened. Could something else be overriding these adjustments?
 * Please know that I understand just enough about CSS to be dangerous!! Thanks 
   for your help and your patience.
 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-bullets-2/#post-3515118)
 * Right now, there’s an error in your functions.php file. Got to fix that…
 * On CSS, did you put the CSS at the bottom of your theme styles.css file?
 *  Thread Starter [gabbybuzz](https://wordpress.org/support/users/gabbybuzz/)
 * (@gabbybuzz)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-bullets-2/#post-3515125)
 * Thanks Michael. I did get the parse error fixed. Whew!
 * I added the code to:
    CSS Inserts (Add CSS code here that you want to append 
   to your theme’s CSS file.) That didn’t work.
 * Should I instead add it to Stylesheet (style.css)?
 * Sorry to bother you again. Thanks for your help!
 *  Plugin Contributor [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/remove-bullets-2/#post-3515137)
 * The CSS code needs to go into the stylesheet for your theme. However, I’m not
   figuring it out readily the CSS file name to give you better guidance.

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

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

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

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/remove-bullets-2/#post-3515137)
 * Status: resolved