
Many Magento Go stores display a free shipping callout below the header. If your store does not display this message, you can skip this section.
The free shipping callout is an example of how you can control static blocks by making layout updates to the XML. A static block may contain text, images, HTML, or any combination thereof. Because it is all part of Magento Go’s content management system, it is easy to make changes—even while the store is live.
Here’s how to turn the banner off, so you can use it later for your own message or promotion.

Place your cursor at the beginning of the first line <reference name="top.container">, and type the “start comment” tag (<!-- ). Here’s how it will look:
<!-- <reference name = “top.container">
On the sixth line down, place your cursor after the closing </reference> tag and type the “end comment” tag ( -->) . Here’s how it will look:
</reference>-->

To preview the said changes simply visit your web store homepage, or follow these directions:
The process to restore the free shipping callout is similar to the one you followed to remove it.
<!--) and end comment tags (-->) from the <reference name = “top.container"> block.