Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created October 14, 2023 06:10
Show Gist options
  • Save ahmedeshaan/287ca0d02f0e6b7d745383859248edb9 to your computer and use it in GitHub Desktop.
Save ahmedeshaan/287ca0d02f0e6b7d745383859248edb9 to your computer and use it in GitHub Desktop.
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