AndyB Well-known member Jun 24, 2013 #1 I do I remove the Find Member block as shown by the red arrow? In version 1.3 I edited the member_list template, but in version 1.2 the same edit doesn't remove the block.
I do I remove the Find Member block as shown by the red arrow? In version 1.3 I edited the member_list template, but in version 1.2 the same edit doesn't remove the block.
Chris D XenForo developer Staff member Jun 24, 2013 #2 It will be in the member_notable template Upvote 0 Downvote
Shelley Well-known member Jun 24, 2013 #3 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;} Upvote 0 Downvote
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;}
AndyB Well-known member Jun 24, 2013 #4 Thank you, Chris and Shelley. Adding the css to EXTRA.css is an excellent idea. Upvote 0 Downvote