How can I hide Lost password field?
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.