Update your theme
Last updated
Was this helpful?
Last updated
Was this helpful?
Our themes are updated regularly with new features, general improvements, and bug fixes.
Your theme will automatically update for minor fixes. Unfortunetly, Shopify does not automatically update themes for major updates or when you've made customizations to the theme code. If the code has been edited, you can install updates manually or for assistance.
Visit the Shopify help center to .
In one tab open your original theme in the Code editor
Go to Online store > Themes > Actions > Edit code
In a second tab open the new theme in the Code editor
In your original theme, open the file settings_data.json and copy the entire contents
In your new theme, open the file settings_data.json then delete the entire file contents and paste the content you just copied
In one tab open your original theme in the Code editor
Go to Online store > Themes > Actions > Edit code
In a second tab open the new theme in the Code editor
In your original theme, open the templates directory and take note of each file with a blue circle icon
For each file with a blue icon:
In your original theme, open the file with a blue icon, copy the contents
In your new theme, overwrite the file’s content by pasting the content you copied from the original theme
Learn more about