ctrl+f to find /* Header; you'll find the #header that you want to modify under this section.
there, change the width and add a height:; value to match the size of the banner** to insert the banner, modify the background value to read background: url(IMGURLHERE);
if you want to get rid of the title/subtitle text, add display:none; values to #title and #subtitle
**AS A NOTE the entries are only 555px (in a really weird convoluted way), so if the banner is wider than that they won't line up. if you do want to use a wider banner and have them line up, it's just a bit of math sob math sob involved to stretch width of the entries-- subtract 555 from the width of the banner, then add that difference to the #canvas width value.
no subject
ctrl+f to find /* Header; you'll find the #header that you want to modify under this section.
there, change the width and add a height:; value to match the size of the banner**
to insert the banner, modify the background value to read background: url(IMGURLHERE);
if you want to get rid of the title/subtitle text, add display:none; values to #title and #subtitle
**AS A NOTE the entries are only 555px (in a really weird convoluted way), so if the banner is wider than that they won't line up. if you do want to use a wider banner and have them line up, it's just a bit of math sob math sob involved to stretch width of the entries-- subtract 555 from the width of the banner, then add that difference to the #canvas width value.
hope this makes sense and works..!!