Create A Forum - Coding Forums

CF Coding => Create A Forum Codes => Topic started by: Nick on August 03, 2010, 12:18:39 pm


Title: [CODE/CSS] Remove "Post Group" for Admins and Mods
Post by: Nick 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.