How to change background?
-
Theres a note in the plugin description about changing the background color. How?
1. Normal admin login CSS customisation does not work:
function my_custom_login() {
echo ‘<link rel=”stylesheet” type=”text/css” href=”‘ . get_stylesheet_directory_uri() . ‘/css/admin-login.css” />’;
}
add_action(‘login_head’, ‘my_custom_login’);2. Adding custom CSS with “Custom CSS and JS” plugin (either using admin / login page / whole site options) is not loading the file on login page
3. Not seeing any options on plugin settings or customiser (not really using this in our themes)
So how should this be done?
- The topic ‘How to change background?’ is closed to new replies.