[Simple] How to remove user title?

XenStyle

Active member
I would think this is something very simple, but I cannot figure it out myself. What is the easiest way to completely get rid of user titles?

user_title.webp
 
I have a question along the same lines, how would I center the username in the screenshot above
I tried this but I don't really know what I'm doing..lol

Code:
.messageUSerBlock .userText
{
display: center;
}
 
Top Bottom