Can I display a Font Awesome class icon next to a user Title?

As per title really, can I somehow display a badge icon in / alongside a Title, like the Shield icon here?

When we create new badges we use the Font Awesome class to generate the icon, eg:

The icon then shows up here on the badge:

Is it possible for us to get these font awesome icons to appear next to the Title too?

4 Likes

I posted this in Support but I’ve just moved it over to #feature as it doesn’t exist yet.

Any thoughts on this as a new feature request?

Or would I be the only one who’d use this? :thinking:

This could likely also be done with a theme component.

1 Like

Hello,

If adding a font-awesome icon on a user title is impossible, how does this Discourse did it ?

2 Likes

It is possible to tweak user group display using css. See Make staff users more recognizable with customized avatars, posts, and mentions

I’m not sure about using font awesome icons, but you may try to play with css ‘::after content’ ::after CSS pseudo-element - CSS | MDN

1 Like