| Hi guys, I have created a new group called "Super Moderators" in my site. this is the CSS which specifies the colors of the users but i don't know how to add the line which specifies the color for the "Super Moderators" /* User Group Marks */ a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:yellow;} a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:pink;} a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:#99CCFF;} /* ---------------- */ Thanks!
|