Amin Sabet Well-known member Jan 21, 2016 #1 Is there any way to hide avatars in the sidebar recent posts?
P Paul B XenForo moderator Staff member Jan 21, 2016 #2 You can edit the template and remove/comment out the code, or use CSS to hide it. This set of guides will help you identify the template/elements: https://xenforo.com/community/resources/how-to.4390/ Upvote 0 Downvote
You can edit the template and remove/comment out the code, or use CSS to hide it. This set of guides will help you identify the template/elements: https://xenforo.com/community/resources/how-to.4390/
Amin Sabet Well-known member Jan 21, 2016 #3 I'd like to use CSS but so far nothing has worked. Upvote 0 Downvote
P Paul B XenForo moderator Staff member Jan 21, 2016 #4 Code: .forum_list .sidebar .threadListItem .avatar { display: none; } .forum_list .sidebar .threadListItem .messageInfo { margin-left: 0; } Upvote 0 Downvote
Code: .forum_list .sidebar .threadListItem .avatar { display: none; } .forum_list .sidebar .threadListItem .messageInfo { margin-left: 0; }