[Question] disable app search inside side_menu #463

Closed
opened 2025-12-09 16:51:31 +01:00 by knob-msmr · 2 comments

Environment

  • Custom menu version: 5.1.3
  • Nextcloud version: 32.0.2 aio
  • PHP version:
  • Web server (Nginx, Apache2):
  • Web browser and version (Firefox 80, Google Chrome 74, etc): Firefox

Question

As we have a small number of installed apps, I´d like to disable the search inside the side_menu ("custom menu").

I couldn´t find a setting to achieve that.

### Environment * Custom menu version: 5.1.3 * Nextcloud version: 32.0.2 aio * PHP version: * Web server (Nginx, Apache2): * Web browser and version (Firefox 80, Google Chrome 74, etc): Firefox ### Question As we have a small number of installed apps, I´d like to disable the search inside the side_menu ("custom menu"). I couldn´t find a setting to achieve that.
Owner

Hi,

This feature does not exist. To hide the search form, you can install https://apps.nextcloud.com/apps/theming_customcss and create this rule:

.cm-search {
  display: none !important;
}
Hi, This feature does not exist. To hide the search form, you can install https://apps.nextcloud.com/apps/theming_customcss and create this rule: ```css .cm-search { display: none !important; } ```
Author

Thanks, works as intended!

Thanks, works as intended!
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
deblan/side_menu#463
No description provided.