Title: Simple toggle for view types?
Last modified: February 3, 2024

---

# Simple toggle for view types?

 *  Resolved [AJD](https://wordpress.org/support/users/ajd/)
 * (@ajd)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/simple-toggle-for-view-types/)
 * I would like to disable all search functions and just show simple toggle options
   for: List, Grouped List and Calendar views.
 * If I set ‘Show text search?’ to No, it disables the whole search bar…
 * Thanks

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

 *  [joneiseman](https://wordpress.org/support/users/joneiseman/)
 * (@joneiseman)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/simple-toggle-for-view-types/#post-17396305)
 * The easiest way is to add the following custom CSS:
 *     ```wp-block-code
       div.em-search-text, div.em-search-geo, div.em-search-scope, div.em-search-advanced-trigger, div.em-search-submit {
           display: none;
       }
       .em.em-search.has-advanced.has-views .em-search-views {
           border-left: none;
       }
       ```
   
 *  Thread Starter [AJD](https://wordpress.org/support/users/ajd/)
 * (@ajd)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/simple-toggle-for-view-types/#post-17396368)
 * Okay, thanks!

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

The topic ‘Simple toggle for view types?’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [AJD](https://wordpress.org/support/users/ajd/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/simple-toggle-for-view-types/#post-17396368)
 * Status: resolved