M max_d Member Jul 19, 2016 #1 Firstly, thanks for all the great help you guys have provided. Is there a way to remove all the MiniMe avatars from the resource manager?
Firstly, thanks for all the great help you guys have provided. Is there a way to remove all the MiniMe avatars from the resource manager?
Mike XenForo developer Staff member Jul 19, 2016 #2 If you're not planning on using icons, disabling "Allow Icons to be Uploaded with Resources" will remove the mini me (though the icon will become the avatar). Otherwise: Code: .resourceListItem .resourceImage .creatorMini { display: none !important; } In EXTRA.css should work. Upvote 0 Downvote
If you're not planning on using icons, disabling "Allow Icons to be Uploaded with Resources" will remove the mini me (though the icon will become the avatar). Otherwise: Code: .resourceListItem .resourceImage .creatorMini { display: none !important; } In EXTRA.css should work.