• Resolved Riitta Korpip??

    (@korpiri)


    I wish to hide the lost password link in the login. I have added this code in order to hide the field but no help.

    .login-form a.lost-pass {
    float: left;
    display: none !important;
    text-decoration: none;
    }

    Any suggestions?

    Thanks for a very useful plugin!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    I don’t see that in the page source code. Did you add it to the Custom CSS box of the Maintenance settings page?
    Otherwise just:

    a.lost-pass {
    display: none !important;
    }


    should be enough.

    Thread Starter Riitta Korpip??

    (@korpiri)

    Thanks a lot! My bad, I did not notice the CSS box for maintenance, added the code in the general WP settings. Thank you for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.