replace the code 'FFFFFF' with either of the following (to change the colour of the font to a dark blue of your choice):
- 222266
- 222288
- 224488
- 2222AA
however, this code also changes the colour of the text above your profile picture and friend list. i'm not sure how to change only your name. hope it helps anyway.
I don't think it's possible, there seems to be no class or tag that affects only the user name, I you want to change it you've got to change the colour of the rest of the line too.
YOU ROCK TITANIA!!!!thank you so much!!major karma for you!!!!
it doesn't affect the fonds just these:your username,the title (username) Profile Picture and the title (username) Friends!!but how do you make it appear on your right too??
<<<------------
I think that flyingace is correct. The names that you see in color (purple, in particular) are Moderators and Team Leaders . ... so it's probably set so no one else can add color to their user names.
i think there might've been some slight confusion though; i thought you wanted to change the colour of your name on your actual profile... the user profile is where your additional info, profile picture, friends list and profile comments are (i forgot to mention that the code i posted previously posted also changes the text that says 'profile comments'). it's not the details you see here within the threads (i.e. your info to the left of your post). you cannot customise that area.
a few more things: I don't know how to change the style of your own user name, but you can change the style of the user names in your friends list. They are affected by the class: .bigusername. But remember they are links also, so if you put something incompatible with the style of the links it won't work, I mean if you've set the links to green and you put .bigusername{color:blue} it'll still appear on green. But if you haven't especified anything you can change whatever you want.
Another more important thing, imagine you want to put the menu bar .vbmenu_control in white instead of grey, the links are also white so you wouldn't see them, and they are not affected by the normal a:link class (this applies also to the links on the title bar of your profile comments). To change the style of those links:
.vbmenu_control a:link, .vbmenu_control_alink {}
and the same with a:hover and a:visited
new question...
there are squares everywhere on the profile -- borders which look 3d
light grey line with a dark line
is there a way to flatten them? to make it so that it's only one line
i'm trying to alter it, doing things like padding:0px; but nothing's working...
i also did spacing:0px; or margin:0px; and it did get rid of the spaces between the border and the content but it's still 3d
have you tried? .tborder {border:0px}
with that you only leave the grey line and then you can change the colour with background. At least it works for me.
another thing that I think hasn't been said, to change only where it says member profile, contact and posting information:
legend {......}, for example, I've got:
legend { color:#990000; font-family:arial;}
well, you've got them on pink... which means you've already changed them with something more general... you actually have all the fonts except the links on pink, how did you do that?
Anyway, in your case legend{} won't work for changing the colour, but it should for changing the size, weight, font family and everything else you haven't already especified.