Skip to content

Instantly share code, notes, and snippets.

@cshold
Created May 16, 2014 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cshold/cb0f7baf62aecb3c5932 to your computer and use it in GitHub Desktop.
Save cshold/cb0f7baf62aecb3c5932 to your computer and use it in GitHub Desktop.
Shopify settings page structure
<!--
If you're using our theme_gem to upload your files, make sure you close your
input and br tags as if it were XHTML.
- eg. <br /> and <input type="text" />
More info on settings:
- http://docs.shopify.com/themes/theme-templates/settings
-->
<!-- Colors -->
<fieldset>
<legend>Colors</legend>
</fieldset>
<!-- Typography -->
<fieldset>
<legend>Typography</legend>
</fieldset>
<!-- Header -->
<fieldset>
<legend>Header</legend>
</fieldset>
<!-- Footer -->
<fieldset>
<legend>Footer</legend>
</fieldset>
<!-- Home Page -->
<fieldset>
<legend>Home Page</legend>
</fieldset>
<!-- Product Pages -->
<fieldset>
<legend>Product Pages</legend>
</fieldset>
<!-- Collection Pages -->
<fieldset>
<legend>Collection Pages</legend>
</fieldset>
<!-- Blog Pages -->
<fieldset>
<legend>Blog Pages</legend>
</fieldset>
<!-- Cart Pages -->
<fieldset>
<legend>Cart pages</legend>
</fieldset>
@pauldpritchard
Copy link

Logo is a pretty huge first step when customizing your theme and I'm not sure if most people would know to check Header to find it. Any ideas on how to expose that more? Is it worth its own fieldset at the top?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment