Forgotten password form - Hide Search by username

Forgotten password form - Hide Search by username

Maurizio Zaccaria -
回帖数:1
Is it possible to hide "Search by username" in the form "Forgotten password"

thank you in advance
回复Maurizio Zaccaria

Re: Forgotten password form - Hide Search by username

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