Creating Themes in Magento GO
Trying to create a custom theme for your Magento GO site? It is not an easy process and is slightly harder to do than on most other platforms. This article will briefly go over what needs to be done to create a custom theme on Magento GO.
First off, there is no blank theme for Magento GO, or options to upload custom files (html, phtml, php). Creating a custom theme requires taking another premade theme and bending it to your will. Magento GO currently offers 11 default themes for you to choose from, or you can buy a different theme from the Add-on Menu. These additional themes usually range around $100 and can have additional services fees which are optional. You should try to choose a theme that most closely resembles what you want the end result to look like.
You can make alot of theme customizations from the Design Menu

If you are just looking for a simple color change you can do that completely from the Theme Editor.
Using the Themes Text Editor,
you can update the text on certain buttons, links and alt text for images. Some things that are dynamically generated cannot be altered.
The Layout Editor allows you to move the blocks on the page from one area to another.
Some things to note are that the blocks you can add are restricted to the default blocks Magento installed for your site, sorry no ability to add custom made blocks via the editor. Also certain page layouts do not allow blocks. Also moving the blocks via the editor is a little inaccurate and they can only be moved to the next open space in the left or right column.
So how do you create a truly original custom Magento GO Theme? In addition to using the features included in Magento Go, you just need to create your own custom CSS code and override the default theme. This is done under the Theme Editor, and clicking the customize link under your theme. You can also upload custom javascript files in this area. However, this is only the beginning of the battle as you may have to manually go through each section of your site and make changes. How hard this will be depends on the complexity of the theme or what extra function you want the site to have.
Things to Consider with Creating a Custom Theme on Magento GO
- All Magento default themes like to use all the page layouts on the site, that means if you want a uniform site (aka a left hand navigation menu present at all times) it will be a lot of work.
i.e. Home page – 3 columns, About Us – none, Category – 2 columns with a right side navigation, etc.. - Unless you want to only slightly modify a theme, or basically do a color change, it will be alot of hard work.
- There is no ability to easily do a site wide update aside from basic CSS changes and you only have access to change your one custom css file.
* Also certain parts of the site that you cannot access from the admin area (Checkout pages, etc), can only be affected by CSS in a limited way.
If you are not comfortable with CSS, javascript, or web design then the best option would be to hire a web developer with Magento experience to make your theme. If you want your Magento GO theme to have advanced functionality then you will need to hire someone with Magento experience to see if it is possible. Magento GO might be easier to use with a more user friendly back end and some nice GUIs, but in return it is a lot harder to customize.










