[sc:wordpress-category ]WordPress 3.8 has a major change in the admin interface and the color scheme is part of it. But what if you like the more traditional WordPress colors?
I’m sure there will be some plugins that offer more color scheme’s in the near future, but what until them?
My solution was pretty easy:
- Install and activeate the “Add Admin CSS” plugin
- Go to Appearance->Admin CSS
- In the Admin CSS box, enter the following:
#wpadminbar { background-color: #474747; }
#adminmenuback, #adminmenuwrap, #adminmenu { background-color: #474747; }
This will lighten up the menu background and be more like the traditional WordPress 3.7 color scheme.