MyBB Community Forums

Full Version: change quote msg background color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to change quote msg background color

Sad



[Image: e6wxs0.jpg]
solution.........


waiting...........
1. Go to 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. Change #fff to the color you want (e.g. #000 for black, #ff0000 for red).
use this site www.0to255.com for colors,select your color and

just check blockquote { in your theme global.css
and change background: #your color code;

thats it.....Smile