Add this script to the functions.php of your wordpress theme will remove the admin color scheme picker from the profile page.
if(is_admin()){
remove_action(“admin_color_scheme_picker”, “admin_color_scheme_picker”);
}
Add this script to the functions.php of your wordpress theme will remove the admin color scheme picker from the profile page.
if(is_admin()){
remove_action(“admin_color_scheme_picker”, “admin_color_scheme_picker”);
}