Gamefun Theme color background

Latest Reply from Dave at 2014-12-23 04:42:22
Hi.

So recently I downloaded the Gamefun theme on wordpress 3.5 and I started to wander through the gamfun options. Is there any way that I can change the background color?
I dont mean the grey frame it's in right now, but the background, cause it's plain white.

Hope to hear from you soon :)

Thanks in advance
I would like to know the answer to this as well. I believe it is going to be in the .css file, but anyone know where?
natalie2111, all you have to do is go into your theme folder, look for stlye.css
and open it up. Normally right at the top inside the html brackets you will see

Background #(whatever color here)

just change that color RGBa code to whatever you want.
Hi!
The code usually looks like this:
html { 
background:url(../images/background.png) left top repeat;
margin:0;
padding:0;
}

Here you have to edit the property "background". The valid value for this property is a path to the image on your server or RGB color.

Leave a reply

Add codeAdd image