• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » General Information » First Steps with uCoz » Hepl!!! How to make my Name Color ?
Hepl!!! How to make my Name Color ?
Owner-Elton-
Posts: 1
Reputation: 0

Message # 1 | 8:46 AM
How to make my name color??? plss Help me...
Sunny
Posts: 9296
Reputation: 456

Message # 2 | 10:31 AM
Owner-Elton-, please explain in more detail what you want to do and where exactly.
I'm not active on the forum anymore. Please contact other forum staff.
DarkLight
Posts: 6
Reputation: 1

Message # 3 | 3:41 PM
Owner-Elton-,

copy this code in Design management (CSS) to change the color of the administrator group.

Code
.groupAdmin{
color:red;
}


and you can change red with what color you want for the administrator group.
Post edited by DarkLight - Wednesday, 2012-06-06, 3:46 PM
steven4u
Posts: 81
Reputation: 8

Message # 4 | 9:44 PM
Owner-Elton-,
if you mean how to change groups color , go to :

Control Panel --- Design --- Design management (CSS) , and search for :

Code
/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
/* ---------------- */


and change colors as you like exmaple :
Code
{color:your color here;}

A person who never made a mistake never tried anything new
uCoz Community » General Information » First Steps with uCoz » Hepl!!! How to make my Name Color ?
  • Page 1 of 1
  • 1
Search: