
wordpress background trick
changing your wordpress dashboard background is very useful, not just for the look, but specially if you’re working on different servers (local or host), and the background change makes it easy to identify which wordpress are you working on it, in that way, you won’t be confused where did you put your last change, because the admin or dashboard background is identified by the color.

the operation won’t take more than seconds, so pay attention and let’s do it.
1-if you have wordpress CMS (content management system) installed in your PC as localhost -it would be safer to test first on it, then, your host web- you’re going to look for the wordpress folder, and inside the folder, you will find this folder name “wp-admin”, click on it, and open the css folder, then you will open the css file called “colors-classic” with the Notepad or any text editor but don’t use wordpad or word for editing the file, because it will load other characters that going to ruin our file, so don’t use it for this editing or any code editing .
2- in the first code line of the colors-classic file (css file), change the background color code to the desire color, and you can choose the color from this website if you’re not familiar with the color codes.
3- save the changes, then go to your admin dashboard, refresh it, and you will find that the background changed as in the picture, if not, then log out and log in.

wordpress background change
Tags: change, dashboard background, WORDPRESS





