Title: [Plugin: Adminimize] Suggestion for next update
Last modified: August 19, 2016

---

# [Plugin: Adminimize] Suggestion for next update

 *  Resolved [Tom](https://wordpress.org/support/users/jeffreeeeey/)
 * (@jeffreeeeey)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-adminimize-suggestion-for-next-update/)
 * When disabling the dashboard Colour options using this plugin, it doesn’t completely
   remove the setting from view in user dashboard/ profile.
 * I’ve not looked in to the code of this plugin so not sure how it’s trying to 
   hide that part, but anyway- I found a work-around.
 * I un-ticked the hide colour option in Adminimize settings, then added the following
   to my themes functions.php file:
 *     ```
       //LETS REMOVE COLOUR-CHANGE FIELD FROM USER PROFILE IN DASHBOARD
   
       function admin_del_options() {
          global $_wp_admin_css_colors;
          $_wp_admin_css_colors = 0;
       }
   
       add_action('admin_head', 'admin_del_options');
       ```
   
 * That field has now COMPLETELY removed from user profiles.
 * Hope you can implement this to the next update.
 * Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [Frank Bueltge](https://wordpress.org/support/users/bueltge/)
 * (@bueltge)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-adminimize-suggestion-for-next-update/#post-1804371)
 * Thanks for this snippet, i iclude this in the next verison
 *  Thread Starter [Tom](https://wordpress.org/support/users/jeffreeeeey/)
 * (@jeffreeeeey)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-adminimize-suggestion-for-next-update/#post-1804372)
 * No problem- nice to be able to give something back 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Adminimize] Suggestion for next update’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/adminimize_000000.svg)
 * [Adminimize](https://wordpress.org/plugins/adminimize/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/adminimize/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/adminimize/)
 * [Active Topics](https://wordpress.org/support/plugin/adminimize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/adminimize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/adminimize/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Tom](https://wordpress.org/support/users/jeffreeeeey/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-adminimize-suggestion-for-next-update/#post-1804372)
 * Status: resolved