diff --git a/Setting-up-Nextcloud-and-sncf.md b/Setting-up-Nextcloud-and-sncf.md index efe1815..0f9d924 100644 --- a/Setting-up-Nextcloud-and-sncf.md +++ b/Setting-up-Nextcloud-and-sncf.md @@ -70,6 +70,10 @@ Note: This process has been followed on Nextcloud 19.0.1 with Nextcloud Forms 2. display:none !important; } +#appmenu > li[data-id="files"] { + display:none !important; +} + ``` ⚠️ This will hide the user menu from your interface to provide a better end-user experience (the routes will be restricted anyway). If you need to re-enable your icons for some time, go to `http://your-instance-url/settings/user`, then Theming section again, then comment out this CSS code and save. Note that this will affect all users. If you don't want that, tweak your own CSS.