Hide search fields for Staff Directory

  • Put this in the Head content in System Settings in order to hide the search fields for the Staff Directory app.

    <style>
    .staffdirectorydiv .ui-widget-detail > :not(.staff) {display: none;}
    </style>