MyBB Community Forums

Full Version: The quoted text is not showing up in my theme - WB Steam
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My theme is WB steam and the quoted text is not showing up instead just a white bar, help

[Image: quotev.png]

Thankyou
1. Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.

2. Find:

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
}

3. Replace with:

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
	color: #000;
}
(2011-04-15, 08:19 PM)faviouz Wrote: [ -> ]1. Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.

2. Find:

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
}

3. Replace with:

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
	color: #000;
}

Thankyou, it worked perfect Cool