=== Custom Login Admin Front-end CSS === Contributors: arunbasillal Donate link: http://millionclues.com/donate/ Tags: css, admin css, login css, frontend css, custom login css, custom admin css, admin, admin interface, multisite Requires at least: 2.0 Tested up to: 4.5 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Loads custom CSS on WordPress Login Pages, Admin and Front-end via admin interface. Works on Multisites as well. == Description == Loads custom CSS on WordPress Login Pages, Admin and Front-end via the admin interface. Can be used with WordPress single install and WordPress multisites. You can add your custom CSS in WordPress Admin > Appearance > Custom LAF CSS This plugin is translation ready. If you need a specific feature please request it via the support page and I will consider it in the next update. == Installation == For WordPress single install: 1. Install the plugin through the WordPress admin interface, or upload the folder /custom-login-admin-frontend-css/ to /wp-content/plugins/ using ftp. 2. Activate the plugin via WordPress admin interface. 3. Go to WordPress Admin > Appearance > Custom LAF CSS and add the custom CSS you want. For Multisite: 1. Install the plugin through the WordPress admin interface, or upload the folder /custom-login-admin-frontend-css/ to /wp-content/plugins/ using ftp. 2. Network activate the plugin via WordPress admin interface. 3. In the base website go to WordPress Admin > Appearance > Custom LAF CSS and add the custom CSS you want. == Frequently Asked Questions == = Some CSS Samples = To change the size of the h1 tags in WordPress Admin add this to Admin CSS: `h1 { font-size: 40px !important; }` To change the background color of the Login Page, add this to Login CSS: `.login { background: #ECCFFF !important; }` == Screenshots == 1. Admin Interface in Appearance > Custom LAF CSS == Changelog == = 1.0 = * First release of the plugin. == Upgrade Notice == = 1.0 = First release of the plugin.