hello! I was wondering if there was anyway to change the background color to an image on your theme called "Base Code #1"? it would be very helpful to know and thank you!! :)
yes there is!! find this:
body {background:{color:background};margin:0px;color:{color:text};font-family:Arial;font-size:9px;line-height:100%;}in the code(its in the 53th line i think) Then add this:
background-image: url(URLOFTHEIMAGE);anywhere into the part(after the ;)Then change URLOFTHEIMAGE to the actual url of the picture:) thats it!! Â













