Created
May 16, 2014 13:57
-
-
Save cshold/cb0f7baf62aecb3c5932 to your computer and use it in GitHub Desktop.
Shopify settings page structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?