Brian M Member Aug 7, 2016 #1 Is it possible to remove /disable the members avatar (circled) from overlaying the resource icon so only the full resource icon is visible thanx
Is it possible to remove /disable the members avatar (circled) from overlaying the resource icon so only the full resource icon is visible thanx
Mike XenForo developer Staff member Aug 7, 2016 #2 You can add this to EXTRA.css: Code: .resourceListItem .resourceImage .creatorMini { display: none; } Upvote 0 Downvote
You can add this to EXTRA.css: Code: .resourceListItem .resourceImage .creatorMini { display: none; }