Discuss the SpreadShirt service and features. Please note: this is not an "official" SpreadShirt forum, it is a peer to peer community for current and future SpreadShirt members. Visit SpreadShirt
Hey guys!
How did everyone get rid of the "Shop, Designs, Checkout, Help"? bar that appears at the top of your Spreadshirt Shop? I want to go to my own domain and use iFrames, but I want it to look crisp and clean like everyone else's! I know it's gotta be in the CSS things you can edit somewhere, just can't find it.....if anyone could give me a heads up, I'd greatly appreciate it!
I don't believe you can get rid of these as they are part of the ordering process software that Spreadshirt use. If you may be able to hide them by making both the boxes and type the same colour as the background but they would still be there.
You can remove the Shop, Graphics, Help, Tab from your shop. In order to remove this, add the following code to your Shop.css file.
#menu, #frmFilter fieldset{ display: none;}
#menu gets rid of the Tabs and #frmFilter fieldset will remove the bar under the tabs, so you can just use the menu and leave the small bar or use both to get rid of both pieces for your Spreadshirt shop!