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;
}
Posted by Tommy White
on Nov 6th, 2009 and filed under Spreadshirt Talk.
You can follow any responses to this entry through the RSS 2.0.
You can leave a response or trackback to this entry
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;
}