Skip to main content

Change homepage preset

This guide describes how to change the homepage preset.

  1. On your store's Shopify admin page, on the side menu, select Sales channels > Online store > Themes.
  2. In the Current theme section, select Edit code to open the Code theme editor.

Edit code theme

  1. On the left side of the editor, open the folder templates -> find the JSON file for the preset you want (page.index-2.json, page.index-3.json.....)

Find index

tip

You can use the keyboard shortcut Ctrl + P (Windows) or Command + P (Mac) to find files faster.

  1. Copy all the content inside the preset JSON file (e.g., page.index-2.json) -> open the file index.json (homepage) -> paste it to replace the entire content in index.json -> save the file

Paste content

tip

You can use keyboard shortcuts to perform actions:

  • Ctrl + A (Windows) or Command + A (Mac) to select all the content in the file.
  • Ctrl + C (Windows) or Command + C (Mac) to copy the content.
  • Ctrl + V (Windows) or Command + V (Mac) to paste the content.
  • Ctrl + S (Windows) or Command + S (Mac) to save the file.