Author Topic: Hide 'About' button  (Read 3796 times)

Offline chriscapisce

  • Newbie
  • *
  • Posts: 2
Hide 'About' button
« on: February 26, 2022, 05:42:29 AM »
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!


Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Hide 'About' button
« Reply #1 on: February 26, 2022, 01:47:21 PM »

Offline chriscapisce

  • Newbie
  • *
  • Posts: 2
Re: Hide 'About' button
« Reply #2 on: February 26, 2022, 03:47:31 PM »
Thank you very much!  :)

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: Hide 'About' button
« Reply #3 on: February 27, 2022, 02:14:17 AM »
you can also hide the button using the `disabled_actions` config option;
Code: [Select]
// List of disabled UI elements/actions
$config['disabled_actions'] = ['about'];
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…