Update your theme
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 hire an expert for assistance.
Visit the Shopify help center to learn more about updating themes.
FAQs
How to transfer settings after updating
Back up your themes
Before continuing further it’s a good idea to create a backup copy of your themes
Learn more about duplicating themes
Transfer theme settings
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
Transfer sections and block settings
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
Last updated
Was this helpful?