MyBB Community Forums

Full Version: change this color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
[Image: 2qc1ati.jpg]

how to change quick reply background color, and defult color for font in quick reply,

thankfullSmile
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.

2. Find:

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

3. Change #ffffff to the color you want (e.g. #000 for black, #ff0000 for red).
thanks.
back ground color changed, what about defult font color
Change #000000 to the font color you want.
color code changed,

need hard refresh???

i dont see changes in forum


http://www.nepalgsm.com/ngf/showthread.php?tid=340
Wait, exactly which text color were you talking about?

You need to be more detailed, I can't just guess what you want to do...
defult text color when typing in quick reply,
In that case, what I suggested should work just fine. Hard refresh the page by pressing Ctrl+F5 or Shift+F5.
color changed when posted. in editer not changed.
Would you please care to elaborate? I don't know what you're trying to say. As I already mentioned, you need to be more detailed. Some pictures would be very helpful. I would also need a user test account, because both the quick reply and editor are only shown to registered users.
Pages: 1 2