I would like to hide the 'About' button in Roundcube 1.5.2 (all skins).
One way would be to just edit /skins/elastic/styles/styles.min.css
but what would be the best way to do this without getting overwritten during updates?
Thanks in advance!
Create a skin extension https://github.com/roundcube/roundcubemail/wiki/Skins#extending-skins
Thank you very much! :)
you can also hide the button using the `disabled_actions` config option;
// List of disabled UI elements/actions
$config['disabled_actions'] = ['about'];