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;
}
Similar topics
» Making Javascript word count box have a different text input colour
» Text area boxes have become small in size
» Text area and Save Button
» How can I edit my text area's background?
» Default Text In Search Box Area
» Text area boxes have become small in size
» Text area and Save Button
» How can I edit my text area's background?
» Default Text In Search Box Area
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum