updating login stylesheet path
This commit is contained in:
parent
3f64129269
commit
47c7da6a38
|
|
@ -89,7 +89,7 @@ add_filter('login_headerurl', 'change_login_logo_url');
|
|||
// ##### ENQUEUE DU CSS BLADE LOGIN ADMIN
|
||||
function enqueue_custom_login_stylesheet()
|
||||
{
|
||||
wp_enqueue_style('custom-login', get_stylesheet_directory_uri() . '/style-login.css');
|
||||
wp_enqueue_style('custom-login', get_stylesheet_directory_uri() . '/css/login-style.css');
|
||||
}
|
||||
add_action('login_enqueue_scripts', 'enqueue_custom_login_stylesheet');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user