Changing username color with CSS
3 posters
Page 1 of 1
Changing username color with CSS
I've checked the previous thread found here, but it didn't work for me.
Here's what I got:
Is there something I'm overlooking?
Here's what I got:
- Code:
a[href="/u2"]{
color: #ffffff !important;
text-shadow:0px -1px 2px #FFC71F;
background: url("http://img6.imageshack.us/img6/8437/smallkrom.png") no-repeat;
}
Is there something I'm overlooking?
Kryn Cluskio- Forumember
- Posts : 28
Reputation : 3
Language : English
Re: Changing username color with CSS
Try this code:
Or this one:
- Code:
a[href="/u2"]{
color: #ffffff !important;
text-shadow:0px -1px 2px #FFC71F;
background-image: url('http://img6.imageshack.us/img6/8437/smallkrom.png');
background-repeat: no-repeat;
}
Or this one:
- Code:
a[href="/u2"]{
color: #ffffff !important;
text-shadow:0px -1px 2px #FFC71F;
background: url("http://img6.imageshack.us/img6/8437/smallkrom.png")
background-repeat:no-repeat;
}
Re: Changing username color with CSS
No difference. T-T
Kryn Cluskio- Forumember
- Posts : 28
Reputation : 3
Language : English
Re: Changing username color with CSS
Still no change, sadly.
Kryn Cluskio- Forumember
- Posts : 28
Reputation : 3
Language : English
Re: Changing username color with CSS
Try this one, and make sure you are adding the right id number, the /u2 is a member id number.
- Code:
a[href="/u2"]{
color: #05EB0C !important;
}
Re: Changing username color with CSS
http://sc-fotr.forumotion.com/forum
It's not mine, as in I didn't make it with my Email, but I'm the only other admin and in charge of the CSS stylesheet and other codes and such.
It's not mine, as in I didn't make it with my Email, but I'm the only other admin and in charge of the CSS stylesheet and other codes and such.
Kryn Cluskio- Forumember
- Posts : 28
Reputation : 3
Language : English
Re: Changing username color with CSS
The picture is showing up for me...
I do not believe the CSS coloring can over-power the usergroup coloring.
I do not believe the CSS coloring can over-power the usergroup coloring.
Re: Changing username color with CSS
I was afraid of that.
Kryn Cluskio- Forumember
- Posts : 28
Reputation : 3
Language : English
Re: Changing username color with CSS
Then go to your usergroups in AP and disable usergroup coloring for the member you are trying to do this for.
Re: Changing username color with CSS
That's what I was trying to avoid doing so as to not disturb the others in that group.
Kryn Cluskio- Forumember
- Posts : 28
Reputation : 3
Language : English
Re: Changing username color with CSS
Yep. Unfortunately not possible, unless you make another group for the user in question~
Re: Changing username color with CSS
Yes but the background image coding should work regardless of the usergroups font coloring, so I'm still at a loss as to why the first codes using the background image from imageshack didn't work,
Re: Changing username color with CSS
@Runawayhorses;
It did work, but the OP was trying to color this user's name differently from the group they were in. The picture worked from the beginning, I believe, but the color wasn't working because the user in question is in a colored usergroup.
It did work, but the OP was trying to color this user's name differently from the group they were in. The picture worked from the beginning, I believe, but the color wasn't working because the user in question is in a colored usergroup.
Re: Changing username color with CSS
Oh I see, he kept saying it wasn't working so I got the notion he meant the whole thing including the background image.
Re: Changing username color with CSS
No, sorry for the confusion. It's just the color that wasn't working.
Does that mean I mark it solved?
Does that mean I mark it solved?
Kryn Cluskio- Forumember
- Posts : 28
Reputation : 3
Language : English
Re: Changing username color with CSS
Not necessarily because I know its been done before under the same circumstances as you, it may take some javascript to make it work but its doable. If you keep this topic open maybe someone will tell you how you can do it.

» Changing the Username's Color As Well As Multicolored Username and Glow
» Color of username not changing?
» changing chat box color and registration text color
» Whats the css code for constantly color changing username?
» Problems with Color: Default member username color hard to read
» Color of username not changing?
» changing chat box color and registration text color
» Whats the css code for constantly color changing username?
» Problems with Color: Default member username color hard to read
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum