CSS custom removal of "files settings/additional settings"

Apologize if this is posted in the wrong section (i hope not).

I am struggling to remove the “additional settings” field. This is found in files/files settings (lower left in the files section). I managed to learn and achieve a lot from @ernolf and his great solutions, but now i am stuck.

I sort of did manage to remove the additional files field in the right side of the pop-up window (you can select/deselect “Show recommendations”. I dont use recommendations so I would prefer to “clean it up”. This is the code i scraped together:

/.app-settings-section[id=“settings-section_api-settings”] {
display: none !important;
}

But the left side of the pop-up window still remains with “Additional settings”.

Anyone that could help me? :frowning:

And… happy Christmas, nextclouders :slight_smile:

You can disable the Recommendations app if you’re not using it.

2 Likes

Thank you, you are totally right (I honestly never “took the risk” to disable the app in case there was some underlaying functionality that could brick functionality). Turned it off now JTR :slight_smile:

However, help needs still stands…..

This question also goes for the “WebDAV” as well.

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.