Editing theme code

References

Introduction

You can edit your theme code to make detailed changes to your online store. Most of the files that make up a theme contain Liquid, Shopify's templating language. Theme files also contain HTML, CSS, JSON, and JavaScript. Edit the code for a theme only if you know HTML and CSS, and have a basic understanding of Liquid.

Caution

If changes that you've made to a theme's code are incompatible with a theme update, then all your code changes are removed in the updated copy. You should only edit your theme's code if you can't make the changes that you need by using a Shopify app or by using the theme editor.

If you want to add custom features or code but don't have experience developing websites with HTML, CSS, and JavaScript, then consider hiring a Shopify Partner.

Before you customize your theme

To prepare for customizing your theme, complete the following recommended tasks:

Edit your theme code

You can edit the code for your theme.

Steps:

  1. From your Shopify admin, go to Online Store > Themes.
  2. Click ... > Edit code.

The code editor shows a directory of theme files on the left, and a space to view and edit the files on the right.

When you click a file in the directory on the left, it opens in the code editor. You can open and edit multiple files at the same time. Any files that you modify will show a dot next to the file name:

This can help you to keep track of where you have made changes.

kRoll back to an older version of your theme

If you've changed theme files and need to revert them, you can roll back .liquid files individually to a time and date before you made the changes.

Note

Files located in the Assets folder in the Code Editor, including the theme.scss.liquid and theme.js files don't save previously edited versions. If you're making changes to files in the Assets folder, then you might need to contact Theme Support or hire a Shopify Partner.

Steps:

  1. From your Shopify admin, go to Online Store > Themes.
  2. Find the theme you want to edit, click the button to open the actions menu, and then click Edit code.
  3. Under the Templates header, click one of the .liquid files that you have edited recently.
  4. Click Current version under the .liquid file name.
  5. Click the drop-down menu to select an older version. Clicking a datestamp will roll the code back to that saved version.
  6. Optional: Click Preview store to verify that the error was fixed.

Theme Check

The code editor includes Theme Check, a feature that helps to prevent errors by providing immediate feedback as the code is being written, instead of discovering errors in your live theme.

In the code editor, Theme Check can identify the following errors in edited code:

  • Parser blocking scripts, which can slow down a storefront
  • Inconsistencies between translation files, such as missing translation keys or translations that don't match in a locale file
  • Missing templates

Errors are indicated by a red line underneath the code. To view the error, hover your mouse over the highlighted line.

Theme code customization tutorials

You can follow theme code customization tutorials to guide you in making changes to your online store. The tutorials are organized based on the type of page or feature that they modify.

Theme customization tutorials are divided by the version of theme architecture that they use. Learn how to identify your theme architecture version.

Get help with customizations

If you need help with making changes to your theme, then you can contact your theme's developer for support.

To see what other resources are available to help you with theme customizations, see Additional resources for theme support.