Log in

View Full Version : How do I change the font color inside the textbox?


chicken604
04-17-2010, 06:51 PM
https://vborg.vbsupport.ru/ (http://img694.imageshack.us/i/howtochange.png/)

I got the password to change to white, but the user name part is still black. Well, by default it's #828282, but it goes black when I type something. I'm trying to change it to white.

Also:

https://vborg.vbsupport.ru/ (http://img130.imageshack.us/i/uglywhiteline.png/)

If anyone knows how to change the white line. It's under user CP.

HondaStreetCult
04-19-2010, 01:28 PM
I need to know the same, I also need to know how to change the TEXTBOX color too..

Valadur
04-21-2010, 09:18 PM
I did that by putting this in the additional.css template:

.textbox, #navbar_password, #navbar_username {
color:#ffffff;
background-color:#000000;
border:1px solid #cccccc;
}

jiffylb1
05-20-2010, 06:04 PM
i PLACED CODE ABOVE AND ONLY USER NAME IS WHITE HOW COME?