Hello, adding background image for section is easy, just insert the following code into Custom CSS filed via Theme Panel.
#about {
background: url(your_image_url) no-repeat center;
}
The string “#about” stands for section ID, and replace “your_image_url” with your image source. e.g. http://yoursite.com/background.img.