Text Input Area
3 posters
Page 1 of 1
Text Input Area

As you can see on the screenshot, the background of the input area is white and the text is also white. What would be the code to make the text in the input area black?
Last edited by CatherinaAndrea on October 24th 2011, 4:54 pm; edited 1 time in total
Re: Text Input Area
since your using phpBB3 look in your css for this { .inputbox }and change the "background color"
WHITESABBATH- Active Poster
-
Posts : 1198
Reputation : 119
Language : English, F-Bombs
Location : Chicago
Re: Text Input Area
Ahh you're my hero, thank you 
To anyone who is needing the actual code:

To anyone who is needing the actual code:
- Code:
.inputbox{
background-color: #000000;
}

» Help required : I want to integrate Typing Javascript for Input text area
» Making Javascript word count box have a different text input colour
» Text input errors...
» moving the chat box
» Text area and Save Button
» Making Javascript word count box have a different text input colour
» Text input errors...
» moving the chat box
» Text area and Save Button
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum