Skip to content

Instantly share code, notes, and snippets.

@feliciaceballos
Created March 12, 2019 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feliciaceballos/a30fdf7f1b4d5e2f0ed4967c742a75e5 to your computer and use it in GitHub Desktop.
Save feliciaceballos/a30fdf7f1b4d5e2f0ed4967c742a75e5 to your computer and use it in GitHub Desktop.
WordPress hide lost password link on login page
body.login div#login p#nav {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment