Brad P Well-known member Jun 16, 2017 #1 How can i remove the custom title from the staff online sidebar? picture below Attachments custom title.webp 46.4 KB · Views: 32
Matt C. Well-known member Jun 17, 2017 #2 This should work. Just add this to EXTRA.css. Code: .sidebar .staffOnline .userTitle { display: none; } Upvote 0 Downvote
This should work. Just add this to EXTRA.css. Code: .sidebar .staffOnline .userTitle { display: none; }