/* Hide all app links and contacts menu link in the top menu except for News */ #appmenu li:not([data-id='news']), #contactsmenu { display: none; } /* Change the cursor to the default for Nextcloud home, News and settings links in the top menu and disable them */ #nextcloud, #appmenu li[data-id='news'] a, #settings { cursor: default; pointer-events: none; } /* Hide "More" link in the top menu */ #more-apps { display: none !important; }