MyBB Community Forums

Full Version: change the background image/color and logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hello i am Blake and i just got MYBB Forum 1.6 on my website My forum page. And i need to know how to change the background image/color and the logo. I know to change the background color you go to templates, but i don't know what to do after that. Please help.

Thanks,

Blake
To change background color: Go to: http://yourdomain.com/admin/index.php?mo...e=advanced

Replace yourdomain.com with your own domain name and find;

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

Change "background" color to what ever color you want to use.

For logo: Go to: http://yourdomain.com/admin/index.php?mo...edit&tid=9

Replace yourdomain.com with your own domain name and change Board logo path to your image destination, e.g images/blake123.gif
Those links just take me to the Mybb Admin cpanel dashboard
Admincp > Themes > Your Theme > Global.css

Find

body {
	background: #181818;
	width: 100%;
	color: #000;
	background-image: url(images/YOUR PATH/); 
	text-align: center no-repeat
	line-height: 1.4;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}


At The Top.
Thank you
You Can Change Your Background Path There, And Your Logo Patch Here

Admin Cp > Themes > Your Theme > Scroll Down And Edit The logo Path Wink
(2010-12-13, 11:04 PM)TeamSponsor Wrote: [ -> ]Admincp > Themes > Your Theme > Global.css

Find

body {
	background: #181818;
	width: 100%;
	color: #000;
	background-image: url(images/YOUR PATH/); 
	text-align: center no-repeat
	line-height: 1.4;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}


At The Top.

I did this and it made my forum look like this. http://www.htmltest.chaoswebtech.com/forum

What did you do to it??
I did what he told me to do.
you changed the path to your images
Pages: 1 2 3