I just bought a template and I have been updating the homepage. I put a Google search box in, but the text is gray and hard to read. I found out that it's gray because in the default.css file it says body, th, td, input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #C4C7B9; } If I change the color, it changes the search box text color, but it also changes lots of other text, like the main stuff. So how do I get just the search box text to be black? www.fpsgaming.us <<< Go see what I mean, the search box is on the right side.
Add input {color: black; background-color: white;} and remove "input" from from body, th, td, [b]input,[/b] textarea, select { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #C4C7B9; } Code (markup): cheers, gary