Appearance
Templates β
Templates are a collection of sections configured to provide your store with a consistent look and feel. In the theme editor, you can see which templates are applied to which pages and customize them to adjust the information displayed to your customers.
Edit β
WARNING
When you edit a template, the changes apply to all pages that use that template.
Example: Adding a newsletter signup form to the default collection template means every collection page using that template will display the signup form.
If needed, follow the steps in Revert template to undo the changes.
Create β
To display certain pages differently, create a new template based on an existing one. The new template will inherit the same sections, which you can edit without impacting the original template.
- From your Shopify admin, go to
Online Store β Themes
- Click Customize
- In the Home page dropdown, select
Pages
- Click (+) Create template
- Enter a name for your new template.
- Select the template you want your new template to be based on.
- Click Create template
Revert β
If you've made changes to a template (e.g., page
) and now all pages show the same content, you can revert the template to its original state.
- From your Shopify admin, go to
Online Store β Themes
- Locate Etheryx, then click β’β’β’ and select Edit code
- In the code editor, open the Templates folder and click on the template you want to revert (e.g.,
page.json
). - Click on
Recent changes
, then select the version labeledOriginal -
to restore the default template. - Click Save
πΌοΈ Screenshot

This will reset the template to its original state, fixing any layout issues caused by recent edits.
Rename β
IMPORTANT
Editing a template file might cause issues with your online store.
- From your Shopify admin, go to
Online Store β Themes
- Locate Etheryx,as then click β’β’β’ and select Edit code
- In the code editor, find the
templates
folder. - Click the name of the template that you want to rename, and then click the
pencil icon
. - In the
Rename file
dialog, enter a new template name in theFile name
field. - Click Rename file
Delete β
To delete a template, you need to use the code editor.
- From your Shopify admin, go to
Online Store β Themes
. - Locate Etheryx,as then click β’β’β’ and select Edit code
- In the code editor, open the
Templates
directory. - Click on the template you want to delete.
- Click Delete file (or the bin icon ποΈ).
- Confirm the deletion.
NOTE
If any resources (e.g., pages
or products
) were assigned to the deleted template, they will automatically use the default template until you assign a different one.
Assign β
- From the left bar click Change
- Select the page you want to assign the new template to
- Click Save
Assign β‘ β
If the first option for assigning the page fails, try this one instead.
- From Shopify admin, go to
Online Store β Pages
- Open the desired page.
- Locate the Online store block and select a template from your current themeβs dropdown list to define how the page is displayed.
- Click Save
Assign in Bulk β
You can use the Bulk editor to apply a new template to multiple products or collections at once.
From your Shopify admin, go to
Products
Select the products you want to edit using one of the following methods:
- Select individual products: Click the checkbox next to each product.
- Select a range of products: Click the first product, hold the Shift key, then click the last product. This selects all products in between.
- Select all products on the current page: Click the checkbox at the top of the product list.
- Select all products in your store: Click the checkbox at the top, then click Select all in this store.
Click Bulk edit
In the Bulk editor, click the Columns drop-down menu and select Template from the General section.
Click the first field in the Template column, then hold the Shift key and click the last field in that column. A blue highlight will appear around the selected items.
Click the first selected field, choose the new template from the drop-down menu,
Click Save
Access unpublished templates β
Shopify limits the templates in the admin to those included in your published theme. Often times youβll require access to templates in an unpublished theme but you are not ready to publish the new theme to unlock them. To address this, we suggest completing this workaround.
WARNING
Before continuing with this guide, make sure you have purchased the theme.
Step β - Confirm the template name β
- From your Shopify admin, go to
Online Store β Themes
. - Locate Etheryx, then click β’β’β’ β Edit code
- Under Templates, find the template you want to make accessible (e.g.,
page.about.json
).No changes are needed here; simply confirm the template name for the next step.
Step β‘ - Create a custom template in the published theme β
From your Shopify admin, go to
Online Store β Themes
.Click β’β’β’ β Edit code beside your published theme (e.g., Dawn).
Under Templates, click (+) Add a new template.
For Create a new template for, select the base template type (e.g.,
page
).For File name, enter the custom templateβs name (e.g.,
about
).IMPORTANT
Ensure this matches the spelling of the unpublished themeβs template name.
Click Create template
Open the default template file for the type (e.g.,
page.json
).Copy the code from the default file and paste it into the new file.
Click Save
Step β’ - Confirm the template is accessible β
- From your Shopify admin, go to
Online Store β Pages
. - Open the page you want to associate with the template (e.g., About us).
- On the right side, in the Theme template dropdown, select the custom template name (e.g.,
about
). - Click Save
External links