Customer user fields, how to order icons?

Hi all. I've got some custom user fields that I'm toying with using instead of allowing signatures.

You can see from the screenshot what it currently looks like, with icons going down in a column and the user field name showing.
USERFIELD-OLD.webp

I want to change it to how it looks in the below image, with the user field names removed and the icons neatly arranged.
USERFIELD-NEW.webp

Is this possible?

Many thanks
 
Admin CP -> Appearance -> Templates -> message_user_info

You can manually call on the values of specific profile fields by using this variable:

Rich (BB code):
{$user.customFields.field_id}

That makes it possible to setup some custom HTML within which to display specific fields.
 
Top Bottom