Author Topic: [CODE/CSS] Remove "Post Group" for Admins and Mods  (Read 482 times)

Nick

  • Global Moderator
  • *
  • Posts: 23
  • Reputation: -1
    • View Profile
[CODE/CSS] Remove "Post Group" for Admins and Mods
« on: August 03, 2010, 12:18:39 pm »
100% of the credit to this code goes to Agent Moose

Add this into your CSS. Doesn't matter were, but I prefer the very top or boron so I can locate it easily.

Code: [Select]
<!---http://cfcoding.createaforum.com--->
/* Remove "Post Group" for Admins/Mods //Created by Agent Moose */
li.membergroup + li.postgroup { display: none; }
<!---http://cfcoding.createaforum.com--->

This code removes the "Post Group" name (EX: Newbie, Member) in topics/PM's for Admins and Moderators.

100% of the credit to this code goes to Agent Moose.
« Last Edit: August 03, 2010, 12:20:21 pm by Nick »

Share on Facebook Share on Twitter