Hi All
I am trying to change the colours of my site and trying to change the colours of the login page.
How do I apply a colour to the text field instead of the transparency?
Thanks in advance
Franco
Hi All
I am trying to change the colours of my site and trying to change the colours of the login page.
How do I apply a colour to the text field instead of the transparency?
Thanks in advance
Franco
I'm not positive if I follow, but I think this is what you are getting at:
.inputLabel{
background-color:SOME-COLOR;
}
also look in your stylesheet for textarea and style that as you wish.