XF 1.5 Resource Icons

Brian M

Member
Licensed customer
Is it possible to remove /disable the members avatar (circled) from overlaying the resource icon so only the full resource icon is visible

thanx

resources logos.webp
 
You can add this to EXTRA.css:
Code:
.resourceListItem .resourceImage .creatorMini { display: none; }
 
Back
Top Bottom