In Theme Styling, there is: Body Background color for the box
Can I make this an image?
I tried adding this to the layout.css
#body {
background-image: url("http://dahuibali.com/images/bg.jpg");
}
But it makes the entire Background Image of the Site this image. I want it only for body, not for website background because I have another image there I want to use.
Help?














