Headers

Decorate has a wide selection of page header images that you can choose from. There are 10 generic Apple images and 20 different wallpapers that can also be used as Page Header images.

The default header setting is the leaf image on the welcome page, but you can also choose a wallpaper background image or one of the images that are included with the theme. This page uses the Apple Aurora page header image.

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!