adding a different background to a single page
When you want a different background image on a single page in WordPress follow these instructions: Upload and image to the media library (about 1600x1600px) then in styles.css type: .page-id-2355 { background: #fff url(/images-add-the correct-path here.jpg) no-repeat fixed center; } (add the correct ID#)