Update Sleek theme
A guide to update Sleek theme
Last updated
A guide to update Sleek theme
Last updated
Each Sleek theme purchase includes all future versions of that theme. Regular releases for new versions provide bug fixes, added features, platform requirements, or other improvements.
The most up-to-date version of the theme is available on .
All code customizations in your theme are not transferred to the new theme version by default.
You need to duplicate and move the code to the new version yourself.
In your Shopify admin, open the Themes page of your Online Store.
When a theme update is available, a notification will appear in your theme library.
Click on the notification to read more details.
Then, select Add to theme library to add the updated version to your theme library, or select View release notes to read the new release details.
If you do not see such auto-notification for any new version, the reason could be that you have made some code modifications that unfortunately conflict with the notification system.
It's worth noting that all customization and third-party app snippets will not be kept in the new updated version. Please check the customization code and move it to the new updated version accordingly.
For app integration, we suggest you contact the app providers to assist you with re-installing the apps.
Duplicate your work before attempting any theme update.
If you encounter any errors, you can use the duplicated (backup) version to restore to the original function and styling.
Steps
In your Shopify admin > Online store, click Actions.
Select Duplicate.
Rename the copied file.
Once you have the theme file ready, you can upload it to your Shopify store.
Steps:
From your Shopify dashboard, go to Online Store.
In the Theme library, select Add theme > Upload zip file.
In the Upload theme modal, click Add file and select the file you want to upload.
Click Upload file.
Steps:
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).
Files with the green dot are the files you have made changes to.
Any apps that add code to your theme's files will need to be re-installed. This can be an automatic or manual process depending on the app, so confirm with the app's developer whether removing and adding the app is enough to connect with the new version.
If you're unfamiliar with this process, you can go to Apps > click View details to find the support email for that Shopify app.
In this case, you can and update it .
Check and download the latest version of Sleek from .
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 from Shopify on creating new templates in the theme.
Find the app documentation in the to follow the installation instructions.