MyBB Community Forums

Full Version: GamesMania
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
(2012-07-27, 07:07 PM)Dominic Wrote: [ -> ]In the global.css and in the themes the directory of this images is correct?

Nevermind lol. I was stupid... the css had the location at images/gamesmania/whatever... THanks for Pointing it out!
No problem Smile
(2012-07-27, 07:35 PM)Dominic Wrote: [ -> ]No problem Smile
Actually another question, how do i change the background image or color. the light brownish color in the background.
If you want to change the background for add a color

body {
	background: #FFF; if you want add a color
        }

body {
	background: url(images/yourtheme/background.png);
        }
If you want add an image
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14