Shape 5

General Category => Joomla Talk => : dlong23 October 29, 2014, 11:24:51 PM



: Remove "Forgot Username/Password" Links?
: dlong23 October 29, 2014, 11:24:51 PM
How do I remove the "Forgot Your Username" and "Forgot Your Password" links on the login form, using the Helion template? I had tried to add this to the custom.css file without result:

.userdata .unstyled {
    display: none;
    }


Any pointers appreciated.

---- Update ---
The links have disappeared. I must have forgotten to clear the cache earlier.


: Re: Remove "Forgot Username/Password" Links?
: mikenicoll October 29, 2014, 11:27:56 PM
Hello,

This should work:
:
.userdata ul {
  display: none;}