Removing Shop, Design, Purhase & Help Menu
For those of you wanting to remove the top menu from your shops here is a very simple fix.
Just add the following code to the bottom of your shop.css file located in your Spreadshirt Admin.
#menu {
display:none;
}