hasanakyuz Active member Feb 1, 2021 #1 How do I do it like in the picture? Attachments Screenshot_3.png 11.9 KB · Views: 4
Paul B XenForo moderator Staff member Feb 1, 2021 #2 This should get you started - add to the extra.less template: Code: .message-avatar-wrapper .message-avatar-online { left: 12%; top: 0; &::before { border-radius: 0; border: none; content: "\f0c8"; } } You can adjust the styling to suit, use a different font awesome icon, or a completely custom solution. Upvote 0 Downvote
This should get you started - add to the extra.less template: Code: .message-avatar-wrapper .message-avatar-online { left: 12%; top: 0; &::before { border-radius: 0; border: none; content: "\f0c8"; } } You can adjust the styling to suit, use a different font awesome icon, or a completely custom solution.