MyBB Community Forums

Full Version: site
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi I need some one to help me with mybb I cant put on mods. I need a backround for my forum how do I install one ?
You need a background? That has nothing to do with mods, you can do this with basic CSS from your ACP. Go to "themes" select your theme and view the "global.css" style sheet. If you're not experienced in any CSS, I'd recommend you copy/paste the global.css to a text document before making changes. This will make it more simple to revert if you mess something up.
AdminCP > Templates & Style > Themes > YOUR THEME > global.css:

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

Change the "#000" to your background color you want.
Find the color you want here: http://html-color-codes.info/
Thanks Guys But how do I put on backround I did what ye said but it wont go on my site ?
(2013-10-10, 01:54 PM)CITY CRUSISE Wrote: [ -> ]Thanks Guys But how do I put on backround I did what ye said but it wont go on my site ?

do you mean how to install the mybb software ?? if not can we have the url to your mybb site
@ CITY CRUSISE , can we have your forum url and what is the link of background image you wanted to use ?
(2013-10-10, 03:21 PM)CITY CRUSISE Wrote: [ -> ]http://etcs-cruise-city.fh4a.com/

so like this ?

[attachment=30303]
Something like that yes
^ if you want to change the background color then you can follow post #3 - just change the color value of background for the body
Pages: 1 2