- Joined
- Mar 27, 2023
- Messages
- 39
- Points
- 18
Reputation:
Hi everyone,
I’m trying to display thread prefixes as images in XenForo 2.x.
For example, instead of showing text like “rwe” or “sgd”, I want to show a small icon – both in the thread title and in the prefix selection menu.
I remember seeing a working solution somewhere that used CSS classes like .icon-rwe for this, but I can’t find it anymore.
I’ve already tried many approaches:
Thanks in advance!
I’m trying to display thread prefixes as images in XenForo 2.x.
For example, instead of showing text like “rwe” or “sgd”, I want to show a small icon – both in the thread title and in the prefix selection menu.
I remember seeing a working solution somewhere that used CSS classes like .icon-rwe for this, but I can’t find it anymore.
I’ve already tried many approaches:
- .prefixLabel, .icon-rwe, .label.label--rwe
- text-indent: -9999px
- ::before pseudo-elements
- Extra.less + inline CSS
Thanks in advance!