MyBB Community Forums
[For 1.6] GamesMania - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Releases (https://community.mybb.com/forum-104.html)
+---- Thread: [For 1.6] GamesMania (/thread-71916.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


RE: GamesMania - akbisw - 2012-07-27

(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!


RE: GamesMania - Dominic - 2012-07-27

No problem Smile


RE: GamesMania - akbisw - 2012-07-27

(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.


RE: GamesMania - Dominic - 2012-07-27

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