Website Building » Shopify » How Do I Add a Section in Shopify?

How Do I Add a Section in Shopify?

Last updated on October 1, 2022 @ 11:08 pm

There are two ways to add a section in Shopify. The first is to use the Sectioned Theme Editor, and the second is to use the Code Editor.

Using the Sectioned Theme Editor:

In your Shopify admin, go to Online Store > Themes > Customize.

From the Sections tab, click Add section. Choose the type of section that you want to add, then click Add.

To learn more about adding sections with the Theme Editor, see Adding sections to your homepage.

PRO TIP: If you are not familiar with Shopify’s code, do not attempt to add a section. You could unintentionally damage your site or create an error that is difficult to fix. If you are comfortable working with code, feel free to give it a try. Otherwise, we recommend contacting a Shopify Expert to help you out.

Using the Code Editor:

In your Shopify admin, go to Online Store > Themes > Edit HTML/CSS.

From the “Assets” folder on the left, open “theme.liquid”.

Find the place in your theme code where you want to add your new section.

Paste your new code snippet from one of these places:

– Sections: {% section ‘section-name’ %}

– Snippets: {% include ‘snippet-name’ %}

– Layouts: {% layout ‘layout-name’ %}

– Templates: {% template ‘template-name’ %}

Madison Geldart

Madison Geldart

Cloud infrastructure engineer and tech mess solver.