Getting Started
Update Zest theme
4 min read
The most up-to-date version of the theme is available on Shopify Theme Store.
Ecommerce Website Templates - Free and Premium Themes for Your Online Store.
themes.shopify.com
The Color schemes feature is available from Zest version 7.0.0 and above.
If your current theme version is older, make sure you migrate data for this feature following this article:
How to migrate your Zest theme to version 7.0.0 🌟
How to migrate your Zest theme to version 7.0.0 🌟
Update the theme


- Changing theme settings
- Altering page layouts, such as adding, reordering, removing, or hiding sections or blocks
- Changing section or block settings, including adding images, videos, text, and data sources
- Creating new templates
- Adding, removing, or changing the settings of app embeds or app extensions
- Making changes to wording on your online store using the theme content editor
If you or an installed app have made any code changes to your theme, then you're informed that Your code changes won't be included in the updated version. If you want to keep these changes, then you need to copy your code to the new version of your theme or reconfigure some apps.
Can't see the update notice?
- You’ve changed the theme’s code and it conflicts with the update system, or
- The theme was installed manually.
- Re-install the theme and update it manually.
- Remember: Any custom code or third-party app snippets won’t transfer to the new version. Copy any needed changes and reapply them.
- For apps, contact the app provider to help re-install or reconnect them.
Create a backup of your current theme
- In your Shopify admin > Online store, click Actions.
- Select Duplicate.
- Rename the copied file.
Upload the latest Zest theme version
Check and download the latest version of Zest from Shopify Theme Store.
Move the theme settings and your pages
- Locate your old theme > select Actions > Edit code.
- Copy the content of the following files from the current theme and paste them into the same folders in the new version. These files include:
- All edited JSON files in the Templates folder
- The settings_data.json file in the Config folder.
- Re-implement your code modification works (if any).

For custom templates, you'll need to create the JSON template in the new theme files since they won't exist there by default. More details here from Shopify on creating new templates in the theme.
Re-install apps
Find the app documentation in the App Store to follow the installation instructions.
Last updated