MyBB Community Forums

Full Version: White quote box and white text...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I dont think this is a big issue or anything, but how can I change the text color to something readable?

I was thinking of changing the color of the quote box, but I dont know where to go for that.

You can view this here: http://bai.theglassprison.net/board/show...278#pid278
Rather, open up the css template in Admin CP --> Templates --> *Expand your template*

Find
.quote_header {
	margin-left: 20px;
	padding: 4px;
	border-top: 1px dashed $theme[tabletext];
	border-left: 1px dashed $theme[tabletext];
	border-right: 1px dashed $theme[tabletext];
	color: #000000;
	background: #ffffff;
	font-weight: bold;
}

.quote_body {
	margin-left: 20px;
	padding: 0 4px 4px 4px;
	border-bottom: 1px dashed $theme[tabletext];
	border-left: 1px dashed $theme[tabletext];
	border-right: 1px dashed $theme[tabletext];
	color: #000000;
	background: #ffffff;
}

.code_header {
	margin-left: 20px;
	padding: 4px;
	border-top: 1px dashed $theme[tabletext];
	border-left: 1px dashed $theme[tabletext];
	border-right: 1px dashed $theme[tabletext];
	color: #000000;
	background: #ffffff;
	font-weight: bold;
}

.code_body {
	margin-left: 20px;
	padding: 0 4px 4px 4px;
	border-bottom: 1px dashed $theme[tabletext];
	border-left: 1px dashed $theme[tabletext];
	border-right: 1px dashed $theme[tabletext];
	color: #000000;
	font-family: monospace;
	background: #ffffff;
}
And with all the "color: #000000;" and "background: #ffffff", change them to the hex colors you want.
thanks Big Grin

I am having same problem in mybb pr2