MyBB Community Forums

Full Version: how do i change this background? pls help!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 7e1c5d9c13.png]

how can i change that white background?

bump.. pls. i need help

pls reply..
Dont hold my word to this. But i think its:

admin>Templates/styles > Your theme > Global.css >

Here select the blockquote and in the background textfield insert the hexcode for the color you want it to become.
Hexcodes can be found here: http://html-color-codes.info/

[Image: quotecolor.jpg]

Alternatively scroll down in the edit stylesheet:advanced and find the line:

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

And change the background color there.
it worked! thanks bro. i + repped you.