Prevent users from changing admin color schemes.
Steps
- Open
functions.php. - Add the code below.
- Save the file.
Done — color scheme options will disappear from profiles.
remove_action('admin_color_scheme_picker', 'admin_color_scheme_picker');
Shared by Amit Dholiya · July 6, 2026 · @remove_action
Prevent users from changing admin color schemes.
functions.php.Done — color scheme options will disappear from profiles.
remove_action('admin_color_scheme_picker', 'admin_color_scheme_picker');