PDA

View Full Version : How to Remove Title


plesta
03-24-2020, 01:44 AM
Hello! I want to remove Administrator title. I can' t remove it from user groups > administrator

How can I remove this title?

napy8gen
03-24-2020, 09:49 AM
Usergroup? Usergroup manager> Administrator> edit> User Title>

Remove the title you have in that "User Title" field, 3 box from top.

Or you can do this for all users but not just administrator>
Style manager> style name> edit templates> CSS templates> additional.css

Paste inside:
.postbit .userinfo .usertitle,
.postbitlegacy .userinfo .usertitle{display:none}