Change color of sign in

Greetings,



I am a bit confused and didn't find a way to change the “Sign in or Register” text on the top toolbar… I find the class, make a hook for it but still the color of the letter stay blue, even after cleaned cache etc. Can someone check it out and tell me how he would do it please?



My website is: http://www.xpcpro.com



Thanks in advance,

Artemis

[quote name='MrCodexCY' timestamp='1314359266' post='120403']

Greetings,



I am a bit confused and didn't find a way to change the “Sign in or Register” text on the top toolbar… I find the class, make a hook for it but still the color of the letter stay blue, even after cleaned cache etc. Can someone check it out and tell me how he would do it please?



My website is: http://www.xpcpro.com



Thanks in advance,

Artemis

[/quote]



if the CSS from my changes is working then entering the following css code in the new css file should do the trick



#sign_io a, #sign_io a:visited, #sign_io a:hover, #sign_io a:active {

color:#000 (or whatever other color you like);

}

Working perfectly, thank you very much :)