XenStyle Active member Mar 30, 2013 #1 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?
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?
dtmcl Well-known member Mar 30, 2013 #2 Code: .messageUserBlock .userTitle { display: none!important; } Add that to extra.css Upvote 0 Downvote
SportainmentMG Active member Apr 29, 2013 #4 Thanks for this code - really appreciate it. Is there anyway to hide the User Title for everyone but Administrators? Upvote 0 Downvote
Thanks for this code - really appreciate it. Is there anyway to hide the User Title for everyone but Administrators?
Brandon Sheley Well-known member Jun 22, 2013 #5 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; } Upvote 0 Downvote
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; }
dtmcl Well-known member Jun 22, 2013 #6 Code: .messageUserBlock h3.userText { text-align: center!important; } Upvote 0 Downvote
P Paul B XenForo moderator Staff member Jun 22, 2013 #7 Code: .messageUserBlock a.username { text-align: center; } Upvote 0 Downvote
R Rixa Member Mar 26, 2017 #8 Hey, Thread is old, but how do I find a hidden "admin" This code does not work anymore extra.css? Attachments hide.webp 9.6 KB · Views: 3 Upvote 0 Downvote