Jeremy in memoriam 1991-2020 Dec 1, 2013 #2 Edit the template, message_user_info, and replace the phrase with an icon. Upvote 0 Downvote
P Paul B XenForo moderator Staff member Dec 1, 2013 #3 Or just edit the phrase as they support HTML. Upvote 0 Downvote
Shelley Well-known member Dec 1, 2013 #4 Or you could use EXTRA.CSS and adapt the following to your needs adjust the width and height to your image dimension. Code: .message .report { font-size: 0; background: url("@imagePath/xenforo/icons/yourimage.png") no-repeat transparent; height: 11px; width: 13px;} Upvote 0 Downvote
Or you could use EXTRA.CSS and adapt the following to your needs adjust the width and height to your image dimension. Code: .message .report { font-size: 0; background: url("@imagePath/xenforo/icons/yourimage.png") no-repeat transparent; height: 11px; width: 13px;}