Page Headers
Boxes Pro has a wide selection of page header images that you can choose from. There are 13 generic Apple images that can also be used as Page Header images.There are 2 generic header backgrounds in the Styles palette ("Header 01" and "Header02") and you can also use a utility like RWMultitool to replace and save these images in the theme, without removing the other images from the theme file.
To add you own image to the page header, find an image and size it to 1000x250 pixels (to fit all page widths), save at 72dpi as a JPEG and then add an image to page's assets.
Add the following code to the Header/CSS box in the Page Inspector, replacing "MYIMAGE" with you file name.
#pageHeader {
background: url(assets/MYIMAGE.jpg) no-repeat;
}
Bingo!
