Created
October 14, 2023 06:10
-
-
Save ahmedeshaan/287ca0d02f0e6b7d745383859248edb9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function fs_custom_login_css() | |
{ | |
?> | |
<style type="text/css"> | |
.login label { | |
display: inline-block !important; | |
} | |
.login .forgetmenot label { | |
position: relative; | |
top: -2px; | |
} | |
} | |
</style> | |
<?php | |
} | |
add_action('login_head', 'fs_custom_login_css'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment