• Resolved AJD

    (@ajd)


    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)
  • The easiest way is to add the following custom CSS:

    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

    (@ajd)

    Okay, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Simple toggle for view types?’ is closed to new replies.