Title: Remove Unordered List from Widget
Last modified: August 21, 2016

---

# Remove Unordered List from Widget

 *  Resolved [erimic](https://wordpress.org/support/users/erimic/)
 * (@erimic)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-unordered-list-from-widget/)
 * Is there a way to remove/hide the unordered list bullet points that display in
   the contents of the Events widget?
 * Thanks
 * [http://wordpress.org/plugins/events-manager/](http://wordpress.org/plugins/events-manager/)

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

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-unordered-list-from-widget/#post-4087866)
 * you can try something like
 *     ```
       .widget.widget_em_widget {
       display: none;
       }
       ```
   
 * in your theme style.css
 *  Thread Starter [erimic](https://wordpress.org/support/users/erimic/)
 * (@erimic)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-unordered-list-from-widget/#post-4087904)
 * Thank you for the suggestion. Unfortunately, it didn’t work.
 * I did a search online (“how to remove unordered list bullets”) and found the 
   following on [http://www.stackoverflow.com](http://www.stackoverflow.com):
 * ul
    { list-style-type: none; }
 * It worked!
 *  Thread Starter [erimic](https://wordpress.org/support/users/erimic/)
 * (@erimic)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-unordered-list-from-widget/#post-4087905)
 * [http://stackoverflow.com/questions/1027354/need-a-unordered-list-without-any-bullets](http://stackoverflow.com/questions/1027354/need-a-unordered-list-without-any-bullets)
 *  Thread Starter [erimic](https://wordpress.org/support/users/erimic/)
 * (@erimic)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/remove-unordered-list-from-widget/#post-4087906)
 * …

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

The topic ‘Remove Unordered List from Widget’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [erimic](https://wordpress.org/support/users/erimic/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/remove-unordered-list-from-widget/#post-4087906)
 * Status: resolved