PDA

View Full Version : Text field background?


ccd1
Mon 16th Sep '02, 5:33am
I'm trying to change the color of the background of the drop-down bars and text fields on my vbulletin so that they can match the forum colors. How do I go about doing this in a way that can affect all fields and drop downs?

Nikhil Nayak
Thu 10th Oct '02, 11:15am
Admin CP > Styles > Modify > fonts/colors/etc > Head Insert

To change background of text boxes look for this:

TEXTAREA, .bginput {
FONT-SIZE: 12px;
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #000000;
BACKGROUND-COLOR: #HEXCOLORCODE
}

Specify the "HEXCOLORCODE" you want there.