MyBB Community Forums

Full Version: How To Change Quote Text Colour?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am using the theme Sky Cotton and when people put text in a quote box it dims the text colour to so difficult-ish to read grey, how can I change this to a normal black?

James
Go to: ACP > Themes > Select Your Theme > Edit [Options] > global.css > Edit in Advanced Mode > and find;
blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 4px;
}
.codeblock {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
}


Change Background color #fff to whatever color you want to use as Code and Quote blocks Wink
Thanks a lot! Smile
Yaldaram

thanks man helped me too Smile
Most welcome.