Add trophy icons

Add trophy icons

Compatible XF 1.x versions
  1. 1.0
  2. 1.1
  3. 1.2
  4. 1.3
  5. 1.4
  6. 1.5
This resource is not affiliated with XenForo Ltd.

This is how to get a trophy image to display.

Add this to EXTRA.css:
Code:
/* Trophy icon */
.trophy_icon {
display: block;
width: 24px;
height: 30px;
float: left;
background: url('@imagePath/images/trophy.png');
}

Open the trophy template and after this:
Code:
<div...
You do not have permission to view the full content of this resource. Log in or register now.
  • trophy.png
    trophy.png
    1.8 KB · Views: 131

Latest reviews

while looking for cool icons, this helped me know where to put em
Back
Top Bottom