Username color

Destructo at 11h21
23
Oct
2011
Hello, is it possible of making a certain user have a certain colored username? Because I don't want to make a pointless group that can't even be hidden if i want it colored.
1 Nera., on 23/10/2011 at 12h02
Hi,

You can do it by adding this to CSS

Code:
a[href="/u62061"] {
    color: #AF5F5F !important;
    font-weight: bold !important;
}


You have to change the color to fit your wishes and the number 62061 to the number of the user on your forum. You can get his number by clicking on his username and taking it from the browser.
2 kulkas kecil, on 23/10/2011 at 15h38
cacad
3 Destructo, on 23/10/2011 at 17h00
thank you, but it only pops up in posts, I want it to be global please.
4 Raizen, on 24/10/2011 at 01h58
Code:
a[href="/g387-forumotion-administrators"] {
    text-shadow: 0px 2px 6px #f5a911;
}


change the "g387-forumotion-administrators" to your forum profile url and if you don't know how to make color shadows go here: http://www.css3maker.com/
5 Nera., on 24/10/2011 at 08h01
@Piston I don't think he is asking for a shadow.

@Destructo the code should change the users color everywhere, not only posts.

Can you provide me your forum link and the name of the user you want to change the name color of?
6 Destructo, on 24/10/2011 at 21h08
Nera. wrote:@Piston I don't think he is asking for a shadow.

@Destructo the code should change the users color everywhere, not only posts.

Can you provide me your forum link and the name of the user you want to change the name color of?


URL to forum: http://swthenewempire.forumotion.co.uk/
URL to user whose color I want to change: http://swthenewempire.forumotion.co.uk/u3
7 Nera., on 24/10/2011 at 21h20
Code:
a[href="/u3"] {
    color: fuchsia !important;
    font-weight: bold !important;
}


Example of it working on your forum: http://i.imm.io/aIlh.png
8 Destructo, on 24/10/2011 at 21h42
Ok, it's working now, thank you Nera.
9 Nera., on 24/10/2011 at 21h45
Glad I could help out.

Lock
Similar topics
How am I supposed to change my username color? I have tried the 'Color Group Members' button and still nothing. I used to have a colored name but then it went back to normal. Any suggestions?
Hello, I was just wondering if it is possible for users to pick a color for their username? Like in their posts and such things. If this has already been asked please point me to that forum thanks ^^ I also had found this on another site about phpbb2 and
it mean now when we edit something the username is not in the group color..i want it to change to group color.. example:- now last edited by:incredible_fear after this: last edited by:incredible_fear i m in admin group and admin color is red now
Replies 1 to 9 on 9 for "Username color"
See also
more_less
Informations

9 Replies For the topic :
"Username color"

This topic has been viewed 778 times.

Last message :
23/10/2011 at 11h21 by "Destructo"