Click the Upload button to upload an image to appear in the background within the body of the page. This variable is only used for certain pre-designed themes by default:
- theme 01
- theme 02
- theme 06
- theme 08
- theme 09

Figure 1: Theme 01 showing the template background image in the body content area (note the image is a gradient that aligns to the bottom and goes from dark on the bottom to light on top).
You can use this variable for any template but you would also need to do the following:
- update your CSS file to call this variable as shown in the code below (learn more)
- edit your CSS to make any content regions transparent so your background image will appear rather than a large block of white background color
You can access the Design Wizard and choose one of the pre-designed themes that use this feature if you wish.
CSS Edit -- Insert the following line to your css-edits file:
#bodycontent {float:right; width:610px; background: url('$Template-background-image') ;}