MyBB Community Forums

Full Version: change the default forum post text colour
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
please how can i change the default colour of mybb text in my forum. thanks
In global.css, change color from #333 to something else.

body {
	background: #fff;
	color: #333;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	overflow-y: scroll;
}

table {
	color: #333;
	font-size: 13px;
}
(2018-10-13, 08:04 PM)Ashley1 Wrote: [ -> ]In global.css, change color from #333 to something else.

body {
	background: #fff;
	color: #333;
	text-align: center;
	line-height: 1.4;
	margin: 0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	overflow-y: scroll;
}

table {
	color: #333;
	font-size: 13px;
}

Thanks

I  tried it on the default  mybb template but it did not work,  please help



i have solved it in global.css -> .post_content  change the color to whatever you want