I want users to have a blue check like on twitter currently I just have a random icon that is hidden on the page but longer names pose problems
Why don’t you put it before the name text?
Hi @robrian15 One way to do this is to use a font-awesome icon within the text element. This way, it will appear right after each user’s name, no matter the name’s length. Here is more information:
I’d go with Gaby’s solution (that checkmark looks the best!); but another way is to use a font-awesome icon in the text element. This way, you can edit the size and color of the checkmark as well. For example:
You can enter this into a text element:
[image]
Then you can use the Rich Text editor to adjust the color (and use a custom color code if you prefer). After editing the format in the rich text editor, the text becomes:
[image]
And the end result is:
[image]
*For this to work, you…