Adding a customised login for WordPress can be achieved without a plugin and in only two simple steps:- 1. Add the following php to functions.php This function tells WordPress to load a new custom css file into the Admin area and as such it can also be used to tune any CSS within the WordPress Admin Area. 2. Create the …