• Hi. i want to remove the link “Lost Your Password?” from WordPress login page. can anyone know how to remove it ??

    Kindly Help. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Henry

    (@henrywright-1)

    Try adding this to your theme’s style.css

    .login #nav {
       display: none;
    }
    Thread Starter Shafan Hameed

    (@shafan-hameed)

    well thanks for the reply but its not the navigation menu i am talking about. its about the backend from where we enter from wordpress backend page. where we put the login username and password to enter

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to remove Lost your Password’ is closed to new replies.