MyBB Community Forums

Full Version: Change TextBox Color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=23935]
How do I change that color
and
[attachment=23934]

Thanks...
This does not qualify as general support. Try posting in the appropriate forum.
Look for a similar code in your global.css:

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}
(2011-08-27, 07:36 PM)faviouz Wrote: [ -> ]Look for a similar code in your global.css:

textarea {
	background: #ffffff;
	color: #000000;
	border: 1px solid #0f5c8e;
	padding: 2px;
	font-family: Verdana, Arial, Sans-Serif;
	line-height: 1.4;
	font-size: 13px;
}

I did this but I guess it takes time to affect?
Hard-refresh the page by pressing Ctrl+F5 or Shift+F5 a couple of times. If that doesn't work, try emptying your cache.
No i realized we are changing wrong thing it used to be correct then I made it into the one you posted and now i switched it back so it wasn't that with the problem if you want I can post the style sheath code