Fluorescent
Stiletto
Stiletto
  • Stiletto Help Center
    • Start using Stiletto
      • Theme licenses
      • Migrate your theme
    • FAQs
    • Video tutorials
    • Changelog
  • General
    • Editing themes
      • Adding sections
      • Using templates
      • Accessibility
      • Customizing your site
      • SEO for Shopify themes
      • H1 heading tags
      • Online store speed
    • Image guide
      • Web ready photography
      • Image sizes
      • File formats
      • Theme image settings
    • Adapting theme content
      • Edit default theme content
      • Multiple languages
      • Dynamic content with metafields
      • Unique content for markets
    • Update your theme
  • Theme styles
    • Theme settings
    • Style presets
      • Demo layouts
    • Fonts
    • Colors
    • Animation
  • Pages
    • Templates
      • About page
      • Blog page
      • Blog posts
      • Collections list
      • Contact page
      • Customer accounts
      • FAQ page
      • Lookbook
      • Password page
      • Search page
      • Store locations
      • 404 page
      • Home page
    • Announcement bar
    • Header
      • Layout and style
      • Logo
      • Transparent header
      • Mega menus
      • Mobile menu
      • Quick search
      • Language and currency
      • Social media icons
      • Customer account icon
    • Footer
      • Links block
      • Newsletter block
      • Text and image block
      • Language and currency
      • Payment icons
      • Custom Liquid
  • Sections
    • Theme sections
      • Using sections
      • Content blocks
      • Blog posts
      • Collapsible row list
      • Collection list grid
      • Collection list slider
      • Complete the look
      • Contact form
      • Countdown banner
      • Countdown bar
      • Events
      • Featured collection grid
      • Featured collection slider
      • Featured product
      • Gallery carousel
      • Grid
      • Image compare
      • Image hero
      • Image hero split
      • Image with text
      • Image with text split
      • Multi column
      • Newsletter
      • Newsletter compact
      • Promotion banner
      • Promotion bar
      • Quotes
      • Recently viewed products
      • Rich text
      • Sales banner
      • Scrolling content
      • Shoppable image
      • Shoppable image editorial
      • Slideshow
      • Testimonials
      • Video
      • Video hero
      • Video with text
    • Popups
      • Sign up popup
      • Age verification
      • Countdown popup
      • Promotional popup
  • Products
    • Product listings
      • Product card style
    • Prices and discounts
    • Product badges
    • Quick shop
  • Product pages
    • Product template
      • Alternate templates
      • Pre-order template
      • Gift card
    • Layout and style
      • Product tabs
      • Media gallery
      • Sticky product details
      • Breadcrumbs
      • Navigation buttons
    • Overview blocks
      • Default blocks
        • Description
        • Product header
        • Variant selector
        • Quantity selector
        • Buy buttons
        • Local pickup banner
        • Share icons
        • Sticky add-to-cart bar
      • Collapsible rows block
      • Complementary products
      • Custom options
      • Image block
      • Information popup
      • Product labels
      • Secure payment
      • Stock level indicator
      • Text block
      • Text list with icons
      • App blocks
    • Variant options
      • Variant chips
      • Variant swatches
        • Enable swatches
        • Use default colors
        • Use custom colors
        • Use variant images
        • Use custom images
        • Change swatch styles
        • Show on product cards
        • Dynamic option availability
      • Media grouping
      • Sibling product swatches
    • Product page sections
      • Product reviews
      • Product recommendations
  • Collection pages
    • Collection template
      • Collection landing
      • Sale collection
      • Subcollections
      • Flash sale
    • Banner
    • Product grid
    • Filters and sorting
  • Cart
    • Cart page
    • Quick cart
      • Added to cart popup
      • Empty cart promotion
    • Free shipping bar
    • Low inventory warning
    • Cross sells
  • Support
    • Support policy
    • Shopify vs Theme issues
    • Store access requests
  • For developers
    • Custom CSS
    • Custom fonts
    • Custom Liquid
    • Custom JavaScript events
    • Edit Theme JavaScript
Powered by GitBook
On this page
  • Theme update notification
  • Manually updating your theme
  • Step 1: Add the latest theme version
  • Step 2: Open code editors for both themes
  • Step 3: Open old theme files
  • Step 4: Set up new theme files
  • Step 5: Copy old theme files into new theme files

Was this helpful?

  1. General

Update your theme

We regularly update Stiletto with changes and improvements. By updating to the latest version, you'll get access to new features and ensure better stability and support for your theme.

Last updated 4 months ago

Was this helpful?

Your theme will automatically update for minor fixes or security issues. However, Shopify for major updates or when the theme's code has custom modifications.

If you or an app has made any custom code changes, you will need to manually update your theme in the theme code editor. Our Support cannot cover manual theme updates, code customizations, or app integration.

The following guide shows how to transfer your theme settings and templates faster and efficiently.

Theme update notification


You will be notified of all theme updates in your Theme library. Click the notification to view the update details.

  • Click View release notes to learn more about the update.

  • Click Add to theme library to add an unpublished copy.

If your theme does not have custom code modifications, the copy will include your content, sections, and templates. You can preview the new theme version before publishing.

If your theme does have custom code modification, you will need to manually update your theme.

Manually updating your theme


If your theme does not automatically update, or if there are any code changes made to your theme copy, you will need to copy any updated files from your current copy to the new theme version.

Watch video tutorial

Watch our video walkthrough for a step-by-step guide to update your theme:

Step 1: Add the latest theme version


First, you will need to add the latest theme version before transferring your settings and templates.

For theme updates that are not updated automatically, here's how to add the newest theme:

STEPS

In your Shopify Admin:

  1. If you haven't made code changes to your theme, click on the notification to open the details pop-up, and then click Add to theme library to add the updated version to your theme library.

  2. (Recommended) You can rename this new theme copy (Actions > Rename).

  3. (Recommended) Make a backup of your current theme (Actions > Duplicate).

Step 2: Open code editors for both themes


We are going to open the code editors for each theme in two separate windows to make it easier to transfer the theme files.

STEPS
  1. Open two browser windows beside each other.

  2. In the left window, open up the code editor (Actions > Edit code) of the old theme.

  3. In the right window, open up the code editor (Actions > Edit code) of the new theme.

Step 3: Open old theme files


STEPS
  1. Open the Templates folder. Files with green dots are templates that have been edited or added.

  2. Click every .json file with a green dot in the order they appear to open them in their own tab.

  3. In the Sections folder, open the files that you opened in the old theme, in the same order.

    These might include: header-group.json, footer-group.json, overlay-group.json. These files include settings for the Header, Announcement bar, Footer, and Popups.

  4. In the Config folder, click to open the settings_data.json. This file contains the theme's global settings.

Step 4: Set up new theme files


STEPS
  1. In the Templates folder, open the same files that you opened in the old theme, in the same order.

  2. For templates that don't already exist in the new theme, click Add a new template and enter the exact same name as the file in the old theme.

  3. In the Sections folder, open the files that you opened in the old theme, in the same order.

    These might include: header-group.json, footer-group.json, overlay-group.json.

  4. For sections that don't already exist in the new theme, click Add a new section and enter the exact same name as the file in the old theme.

    You will need to create any files for custom Contexts that are in your old theme. For example: header-group.context.eu.json, footer-group.context.ca.json, overlay-group.context.it.json.

  5. In the Config folder, click to open the settings_data.json.

You now should have your theme files opened and ready for each theme version.

Step 5: Copy old theme files into new theme files


We will now copy and paste your old theme files into your new theme files:

STEPS
  1. In both windows, select the first tab with the same filename (eg. blog.json)

  2. In the old theme (left window), select all of the file contents (cmd+a or ctrl+a) and copy (cmd+c or ctrl+c) the contents to your clipboard.

  3. In the new theme (right window), delete the current code, and paste (cmd+v or ctrl+v) everything from your old theme.

  4. Click Save in the new theme.

  5. Repeat this process for all open files. To keep track, you can close each tab once you've transferred and saved the new contents.

  6. Click Save when you're done.

That's it! Well done! Now you can close the code editors, and preview the old and new themes beside each other before publishing the new theme.

If the Add to theme library does not appear, or you've made code changes, you will need to install a fresh version of for free.

We will now open the files of the original theme version (not the duplicate). Green dots will mark the files that need to be transferred from the old theme. Note: This includes files that have been created for .

You will also need to open any files created for . For example: header-group.context.eu.json, footer-group.context.ca.json, overlay-group.context.it.json.

We will now open the same files in the new theme in the same order. If there are files that are in the old theme that don't exist in the new theme, you will need to add files with the exact same name. Note: This includes files that have been created for .

If there are new features listed in the , you might want to consider adding those to your store in the theme editor.

Stiletto on the theme store
customized Contexts ↗
custom Contexts ↗
customized Contexts ↗
Changelog
does not automatically update themes ↗