Dear All, many thanks for that useful cloud server.
Is it possible to hide/deactivate several buttons at side and right click? If yes, then how? Picture attached below
Reason is a simplify interface: less button then less misclicks and problems for end users.
Please correct if I mismatched with theme, topic or any other.
Thanks in advance and best regards.
Nextcloud:29.0.5 Ubuntu:24.04 PHP: 8.1.29
Sorry for my noobs language, I’m not very skilled and think it would be better ask instead of fix. So please correct me if something wrong, it would be very helpful.
I have installed Custom CSS and find at Admin settings → Theming → Custom CSS a field where to place a code/text/string.
Then I have found some code for a button at browser in developer mode.
li a[data-id="settings"] {
display: none !important;
}
where data-id was data-v-018c4203 or data-v-7387953c
If I make settings empty like “” side menu completely disappearing
I also try pendingshares / Pending shares / app-navigation-item-qcvqz
Unfortunately any combination of it does not work ((
I have found another way that’s working more or less:
li a[href="/apps/files/pendingshares"] {
display: none !important;
}
However empty buttons/balloons are still on place and it looks very weird (pic below).
Also I can’t apply that solution for a right click menu, because I don’t find href=“…” parameter.
I have read a dozen of similar topics, but did not find a clear or working solution. I would be very appreciate for any guide.
Amazing, looks so simple. Especial after several hours that was spent on search → try and repeat. A big field to grow up. I will try)
Is it comes from CSS language or in general coding experience? NC specialist have left the team and it’s my new headache, hope temporary)
And thanks again for super-mega-support!