Title: remove bullets from menu
Last modified: August 30, 2016

---

# remove bullets from menu

 *  Resolved [tomuszkas](https://wordpress.org/support/users/tomuszkas/)
 * (@tomuszkas)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/remove-bullets-from-menu/)
 * Hi,
 * how to remove bullets from menu?
    I tryed few code, but nothing change
 * Tom
 * [https://wordpress.org/plugins/wp-custom-widget-area/](https://wordpress.org/plugins/wp-custom-widget-area/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [krozero](https://wordpress.org/support/users/krozero199/)
 * (@krozero199)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/remove-bullets-from-menu/#post-6856550)
 * Hi Tom,
 * you’ll need to add a css targeting your menu. have you tried these?
    ie for all
   list style
 *     ```
       ul {
         list-style: none;
       }
       ```
   
 * or targeting your menu only
 *     ```
       .you-menu-class-or-id li{
          list-style: none;
       }
       ```
   
 * tx!
    Kishor

Viewing 1 replies (of 1 total)

The topic ‘remove bullets from menu’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [krozero](https://wordpress.org/support/users/krozero199/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/remove-bullets-from-menu/#post-6856550)
 * Status: resolved