R reddy ink Active member Dec 14, 2015 #1 Would like to get rid of this icon so that it looks like XF forum Attachments upload_2015-12-14_16-34-15.webp 3.7 KB · Views: 2
Jeremy in memoriam 1991-2020 Dec 14, 2015 #2 Simplest method is to remove it via CSS: Code: .discussionListItem .posterAvatar .miniMe { display: none; } Otherwise, you can remove the HTML from the template. Upvote 0 Downvote
Simplest method is to remove it via CSS: Code: .discussionListItem .posterAvatar .miniMe { display: none; } Otherwise, you can remove the HTML from the template.