How do I remove the Find Member block?

AndyB

Well-known member
I do I remove the Find Member block as shown by the red arrow?

pic001.webp
In version 1.3 I edited the member_list template, but in version 1.2 the same edit doesn't remove the block.
 
you could also hide it by pasting the following in extra.css if you wanted to save on the template edit.

Code:
.member_notable .findMember {display:none;}
 
Top Bottom