Changing the color of "You are not logged in"...

Re: Changing the color of "You are not logged in"...

by John Fox -
Number of replies: 0
Sorry for the delay in getting back to you.  I've been away. 

I amended the code in the fw_colour.css

.loginbox .header {
  border-color:#C6BDA8;
}

.loginbox .content {
  border-color:#C6BDA8;
}

.logininfo {color:#FFFFFF;}

.logininfo a:link,
.logininfo a:visited  {text-decoration: underline; color:#FFFFFF;}