View Full Version : How do I change color for each user group
nightflyer
04-28-2006, 06:26 AM
I have seen on many forums where they have the reg members in one color and mods a different color and even Admin.
I guess it would be the title of the person.
Is there a hack for this or do you have to change a lot of code to do it?I am a complete noob at this so be gentle please.
any help would be great!!
Boofo
04-28-2006, 07:42 AM
Go the the usergroup settings and it is the html markup under the group name. ;)
Ntfu2
04-29-2006, 03:39 PM
enter in the mark up <span class="mod"> closing tag: </span>
then go into your style sheet, and Additional CSS, all the way at the bottom add the code
.mod{
place font color here
}
Gio~Logist
04-29-2006, 03:40 PM
enter in the mark up <span class="mod"> closing tag: </span>
then go into your style sheet, and Additional CSS, all the way at the bottom add the code
.mod{
place font color here
}
What he means (incase you didn't know) is to do this:
.mod{
color:COLOR HERE;
}
Ntfu2
04-29-2006, 03:49 PM
thanks :D i typed it in a hurry :-p
Boofo
04-29-2006, 04:17 PM
enter in the mark up <span class="mod"> closing tag: </span>
then go into your style sheet, and Additional CSS, all the way at the bottom add the code
.mod{
place font color here
}
What would you add to the span class to add some other stuff with it, like maybe the background highlighted and such? ;)
XJeepguy
04-29-2006, 06:37 PM
What do you want it an exact carbon copy of GOB , sheesh ! :confused:
Where's your originality man .
I have seen on many forums where they have the reg members in one color and mods a different color and even Admin.
I guess it would be the title of the person.
Is there a hack for this or do you have to change a lot of code to do it?I am a complete noob at this so be gentle please.
any help would be great!!
Boofo
04-29-2006, 07:19 PM
What do you want it an exact carbon copy of GOB , sheesh ! :confused:
Where's your originality man .
Was that directed to me?
Ntfu2
05-01-2006, 04:14 AM
What would you add to the span class to add some other stuff with it, like maybe the background highlighted and such? ;)
.mod {
font color:
background color:
}
:lol: Just joking, if i understand what you are asking(which i probably dont)
.mod{
color: #FFFFFF
background-color: #000000
}
Malibu
11-16-2006, 08:35 PM
Ive added this...now the underline for usernames is still the generic colour.
how do you change the underline colour for the mods and admins? Im assuming its a code as well so im after the right coding.
also...how do i get rid of the underline all together. it would be in one of the main templates, yes?
one more question...how can i make the user name in italics?
Ntfu2
11-18-2006, 04:32 PM
Try to change the the words span to div and see if that does it.
Malibu
11-19-2006, 01:22 AM
Try to change the the words span to div and see if that does it.
not sure what you mean
Ntfu2
11-19-2006, 02:48 AM
<div class="mod">
</div>
Malibu
11-20-2006, 02:54 AM
nope...didnt work
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.