Forgotten password form - Hide Search by username

Forgotten password form - Hide Search by username

by Maurizio Zaccaria -
Number of replies: 1
Is it possible to hide "Search by username" in the form "Forgotten password"

thank you in advance
Average of ratings: -
In reply to Maurizio Zaccaria

Re: Forgotten password form - Hide Search by username

by 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;
}