N
TruthVerse News

How do you add a description to a collection in Shopify?

Author

Jessica Hardy

Updated on February 19, 2026

How do you add a description to a collection in Shopify?

Once you login, you'll use the left-hand menu to navigate to the Collection page you want to edit (Products -> Collections -> [Specific Collection]). Here you'll see a large field titled “Description (optional)â€. Write a description in this box, then click the blue “Save†button in the upper right-hand corner.

Simply so, how do I customize a collection list in Shopify?

liquid template for desktop version.

  1. Step 1: Choose theme. Go to your Shopify admin, click Online Store > Themes.
  2. Step 2: Edit code. Click Actions > Edit code at the theme you want to edit.
  3. Step 3: Choose list collection template. Choose list-collections-template.
  4. Step 4: Find the code.
  5. Step 5: Save.

Additionally, how do I edit a collection in Shopify? Tap Save.

  1. From the Shopify app, go to Products > Collections.
  2. Tap the collection whose conditions you want to edit.
  3. Tap the pencil icon to edit the collection.
  4. In the Conditions section, make any changes to the selection conditions.
  5. Tap the check mark to save your changes to the collection.

Also Know, how do I move a collection description in Shopify?

Collections: Move description to bottom of collection page

  1. How to:
  2. Quick link:
  3. Call the section: collection-bottom.
  4. Use the Create section button to complete.
  5. Replace the default code with one of these options - Choose your version of Pipeline:
  6. Change the type (1) to collection and call it bottom (2):

How do I add a short description on Shopify?

Creating a short description on the product page

  1. First, open the product you want to edit from within your Shopify admin area.
  2. Within your product description, locate the area of your product description you wish to split and make a note of the text.

How do I add collections to a collection in Shopify?

Using the page.list-collections-menu template
  1. From your Shopify admin, go to Online Store > Navigation.
  2. Click the Add menu button.
  3. Give your menu the same Title as the title that you gave the page that will feature your collections.
  4. Add links to your menu for each collection you want to feature by clicking Add menu item.

How do I create a collection in collections Shopify?

Create sub-collections via the navigation menu
  1. Step 1: Log in to your Shopify store.
  2. Step 2: Click on the “Navigationâ€
  3. Step 3: Click on “Add menuâ€
  4. Step 4: Add menu items.
  5. Step 5: Add collections.
  6. Step 6: Drag the sub-collections.
  7. Step 7: Save menu.
  8. Option 1: Create a collection page.

How do I list-collections in Shopify?

Create a page on which to feature your collections
  1. From your Shopify admin, go to Online Store > Pages.
  2. Click Add page.
  3. In the page editor, enter a Title in the text box provided.
  4. Assign your new template to the page by selecting list-collections from the Theme template drop-down menu in the Online store section.

How do I create a collection image in Shopify?

  1. Step 1: Open Collection section from Shopify Admin. First of all, log-in to your Shopify account, then in the left side of your screen, choose Products and Collections respectively.
  2. Step 2: Choose a collection.
  3. Step 3: Change featured image.
  4. Step 4: Save changes to the collection.

Can you group collections on Shopify?

This is totally possible to do. If you have already created collections for both 'Whiskey' and 'Vodka' what you will just need to do is create a new automated collection to group all products from these collections together. You can do this using conditions such as: tags, product title, or type for example.

How do I add categories in Shopify?

In order to add a new category (collection), you should perform the following:
  1. Log into your Shopify admin panel.
  2. Navigate to Collections – Add a Collection:
  3. Fill in the 'Collection details' section: Specify the Title for your new Collection.
  4. Fill in the 'Conditions' section for your new collection.

How do I show description on Shopify?

Use the left-hand menu to navigate to: Products > Collections. Select your desired collection to edit. Click the Show HTML button the description fields WSYWIG editor. Please note that the split code must be entered in the HTML editor to save correctly.

How do I split my product description on Shopify?

Intro
  1. Within Shopify admin, go to Online Store > Themes and from the Actions dropdown select 'Edit code'. Find a file called 'product-template. liquid' which will be in your Sections folder.
  2. That is actually it done, but now we need to add the '<! – split –>' tag to one of our product descriptions to test that it works.

How do I add an image to my Shopify product description?

Add images to existing variants
  1. From your Shopify admin, go to Products > All products.
  2. Click the name of the product that you want to edit.
  3. In the Variants section, click the image icon to assign an image to that variant.
  4. Select a product image or click Add image to upload a new image.
  5. Click Save.

How do you write a short description?

Effective short descriptions provide enough context for a reader to understand what the topic conveys. A short description ought to contain keywords that help the reader identify whether the topic contains useful information. It should also be a concise description of the topic.

How do you split the product description under the product images?

First, on the product page, you will need to toggle on the HTML viewer by clicking on the Show HTML button. Next, you will need to add the <!-- split --> tag at the point where you'd like the description to 'split' into the two parts.

What is description of products and services?

A product or service description is marketing copy that explains why your offering is special or unique and why customers should buy it. This can affect not just your marketing, but your production quality, cost and profit margins.

How do I add a read more button in Shopify?

You can add these to an existing JS file in the theme, create a new JS file or add it onto the liquid template for the products and collections.
  1. Go to Online Store->Theme->Edit code.
  2. Asset->theme.scss-> paste code in the bottom of the file. .product-single__description .more-text{ display: none; }
  3. Asset->theme.js->

How do I add tabs to my product page in Shopify?

How to add tabs to product pages in Shopify: Minimal theme
  1. Step 1: Open the product editor in your Shopify Dashboard.
  2. Step 2: Paste this code into the product description.
  3. Step 3: Edit the labels and content for each tab.
  4. Step 4: Save.