MyBB Community Forums

Full Version: How to add a background img
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using screw3 template, it has a white background, how can I change the background?
Since its your second post, i suggest This.
I did search but found nothing Confused
Do you mean the background of the page or the page container?
the background of the page
Find the css for your theme.
Then find smth like

body {
	background: #efefef;
	color: #000;
	font-family: Verdana;
	font-size: 13px;
	text-align: center; /* IE 5 fix */	line-height: 1.4;
}

at background,set "background: url(linktoimage);" (without "")

If you have themes stocked in database, you can edit the "Body" section and add it there.