Forgotten password form - Hide Search by username

Forgotten password form - Hide Search by username

von Maurizio Zaccaria -
Anzahl Antworten: 1
Is it possible to hide "Search by username" in the form "Forgotten password"

thank you in advance
Als Antwort auf Maurizio Zaccaria

Re: Forgotten password form - Hide Search by username

von Peter Jonker -
Hi Maurizio, I think the code below pulls the trick.
Just add it to the custom css section of your theme

#id_searchbyusername {
display: none;
}