customization - Style reset password page? wp-login.php?action=rp

I cannot figure out how to style the reset password page. And I do not mean the page where you request it, I mean the pa

I cannot figure out how to style the reset password page. And I do not mean the page where you request it, I mean the page you are shown when you click the link in the email to set your new password. The URL is /wp-login.php?action=rp

And looks like this

And the confirmation page:

How do I load my custom styles for these?

I cannot figure out how to style the reset password page. And I do not mean the page where you request it, I mean the page you are shown when you click the link in the email to set your new password. The URL is /wp-login.php?action=rp

And looks like this

And the confirmation page:

How do I load my custom styles for these?

Share Improve this question edited Oct 9, 2019 at 14:08 RiddleMeThis 3,8078 gold badges22 silver badges30 bronze badges asked Oct 9, 2019 at 13:36 jockebqjockebq 4631 gold badge6 silver badges18 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 3

You should use login_enqueue_scripts, you can load styles or scripts with it.

Example:

function login_styles() {
    wp_enqueue_style( 'loginCSS', '/my-styles.css', false ); 
}

add_action( 'login_enqueue_scripts', 'login_styles', 10 );

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745095408a4610948.html

相关推荐

  • customization - Style reset password page? wp-login.php?action=rp

    I cannot figure out how to style the reset password page. And I do not mean the page where you request it, I mean the pa

    14小时前
    40

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信