• Please take a moment to look over the Suggestions & Feedback rules before making a post: READ RULES HERE

Change the username color for Executive VIP

awesomewebsites

Elite Member
Jr. Executive VIP
Jr. VIP
Joined
Nov 16, 2011
Messages
19,812
Reaction score
11,285
Last time I saw this, I thought it was due to user making any change to the settings. But today I saw that username of another Executive VIP is not visible in while theme. I don't think it can be coincidence that both have changed to same settings. Please check and do the required correction.
 
Im using the white theme and I can see those names perfectly fine.
 
The color of the Exec VIPs username is white since the beginning. Frankly i don't see that changing, at least not on the default black theme.

I just switched to the white theme to test it. The background which is behind the username is light grey, the text is white, so it's visible, but not as clearly as other colors. Maybe make the text black or dark grey on the white theme, practically the inverse of the black theme.
 
Yep I know. Can see them perfectly fine.
I do not know whether adding a screenshot here with other member detail will be right or not so I will wait for a mod to respond on this.
 
The color of the Exec VIPs username is white since the beginning. Frankly i don't see that changing, at least not on the default black theme.

I just switched to the white theme to test it. The background which is behind the username is light grey, the text is white, so it's visible, but not as clearly as other colors. Maybe make the text black or dark grey on the white theme, practically the inverse of the black theme.
Something related to this, you should check your second signature line in white theme as well. :)
 
Ooo, I never noticed that.
aDnPvu9


I noticed that yellow member usernames are black in the white theme, so I wonder if something similar can be done for Exec usernames.
JtRmw2H


I'll ask an admin about this.
 
I noticed that yellow member usernames are black in the white theme, so I wonder if something similar can be done for Exec usernames.

Should be easy enough to add an additional style rule to the white theme's stylesheet. Maybe a font border or something along those lines:

Code:
.username .style12 {
    color: #FFFFFF;
    text-shadow: -1px 0 rgba(70,70,70,0.55), 0 1px rgba(70,70,70,0.55), 1px 0 rgba(70,70,70,0.55), 0 -1px rgba(70,70,70,0.55);
}

Before
asif-before.png
After
asif-after.png
 
Set text color to "none" and it will automatically change to black on the white theme.
Yea, that would solve it. That's not the same color though, but the default color of the text of the black theme, which is not clean white. My second sig line is the same white as the white of the Execs username, hence the same issue on the white theme.
 
Just tried the white theme.

Now I have snow blindness.
 
Back
Top