MyBB Community Forums

Full Version: Change Backround MYBB how?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Change Backround MYBB how?, i need to change my mybb backround, how? [forum backround, the purple and brown one] www.anon-tuts.com
edit your global css in advanced mode
body {
	background: url(images/bg.png);
	width: 100% auto;
	color: #000;
	text-align: center;
	line-height: 1.4;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}
color code is from my board, change this like you need
(2011-11-13, 03:22 AM)Andii S. Wrote: [ -> ]edit your global css in advanced mode
body {
	background: url(images/bg.png);
	width: 100% auto;
	color: #000;
	text-align: center;
	line-height: 1.4;
	
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}
color code is from my board, change this like you need

I can not find Global css
admin panel --> themes --> click on your current theme --> click on global.css -->
click on Edit Stylesheet: Advanced Mode (tab)

{ some of the modern themes might use php files for required style effects instead of css files }