Change color of "Signed in as" Text

RaizeRaize ✭✭
edited September 2008 in Vanilla 1.0 Help
How would I change the colour of the text that shows up in the top right hand corner saying that you are signed in (also sign out link). I am using the Vanea theme I don't know if that makes a difference.

Comments

  • look for#Session { color:#5D709F; /* that's for the "Signed in as ..." */ ... } #Session a { color:#5D709F; /* that's for the "Sign in / Sign out" link */ ... }in your vanilla.css and change it to the value you prefer

    if I'm not wrong :P
This discussion has been closed.