FAQ: Header Images
Oct. 4th, 2010 04:12 pmThe question I've been receiving most often has to do with how to get a header image at the top of pages instead of inside the header as is the standard in the customization wizard. Here's the code that's been working best for me so far:
- Copy this code :
Also, thanks to the most recent code push, Compartmentalize and Practicality are now available as official styles. I think this should make customization a lot easier.
- Copy this code :
- Edit accordingly and paste into Custom CSS textbox.#canvas {
padding-top: HEADER_IMAGE_HEIGHTpx;
background-image: url('YOUR_HEADER_IMAGE_URL_HERE');
background-repeat: no-repeat;
background-position: center top;
}
Also, thanks to the most recent code push, Compartmentalize and Practicality are now available as official styles. I think this should make customization a lot easier.