Release Support > Release Discussion

Hide 'About' button

(1/1)

chriscapisce:
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!

SKaero:
Create a skin extension https://github.com/roundcube/roundcubemail/wiki/Skins#extending-skins

chriscapisce:
Thank you very much!  :)

JohnDoh:
you can also hide the button using the `disabled_actions` config option;

--- Code: ---// List of disabled UI elements/actions
$config['disabled_actions'] = ['about'];

--- End code ---

Navigation

[0] Message Index

Go to full version