Hello Experts,
For designing a nextcloud sharing Plattform (Nextcoud version 17.0.0; PHP version 7.3) I was trying to figure out how to hide the “Download function” because some of our content providers request it (see Screenshot attached). I implemented following code In the file “Style.scss”:
#download {
- display: none;*
}
Unfortunately, it does not work. My hypothesis is that some javascript is eventually overwritting my code, but I cannot figure out the real cause. It would be very great if I could get some feedback from your side.
Thanks in advance and Best regards
Julien