For anyone who wants to simply remove the header (as in, what the default upshrink button does), the default template code is nicely written to make this easy. I'm posting this because the in searching the forum, the only suggestion I found was to modify the code, which is a waste, because you can do it easily in your css.
Just add
#upshrinkHeader, #upshrink {
display: none;
}
to you css, and poof, no more header or upshrink button.
Keywords: upshrink, upshrinkHeader, display, remove, header
thanks for that, ;D
Great, thanks it works ;D