XF 2.0 Bulk remove custom user titles

like as in, remove them from under username below avatar?

extra.less
Code:
.message-userDetails .message-userTitle
{
display: none;
}

Oh you mean change all members custom user title to default?
 
Top Bottom