XF 2.2 Change online status indicator icon

Ntown

Well-known member
icon.webp

I can't figure out how to change this icon. I'd like to make it much smaller, just a dot, really.
 
Code:
<i class="fas fa-{text}" data-xf-init="icon"></i>

You have to incorporate the bolded part above to get SOME font awesome fonts to show up in Xenforo 2.3.

Could the above be incorporated below somehow to get the fas fa-circle to show up?


Code:
.message-avatar-wrapper .message-avatar-online::before {
    .m-faIcon(@fa-var-dot-circle);
    vertical-align:0
}
 
Back
Top Bottom