The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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: If anyone knows how to change the white line. It's under user CP. |
|
#2
|
|||
|
|||
|
I need to know the same, I also need to know how to change the TEXTBOX color too..
|
|
#3
|
|||
|
|||
|
I did that by putting this in the additional.css template:
Code:
.textbox, #navbar_password, #navbar_username {
color:#ffffff;
background-color:#000000;
border:1px solid #cccccc;
}
|
|
#4
|
||||
|
||||
|
i PLACED CODE ABOVE AND ONLY USER NAME IS WHITE HOW COME?
|
![]() |
|
|