How to edit the collection title in Subcollections Grid

I want to edit the collections titles on the right hand side but when I click it nothing happens. How do I edit it and add images to the collection? How do I also make the subcollections grid my default collection so that when I click it on my home page it goes to this page?

Hello @CameronLi

Here are some steps you can take:

  1. Edit the collections titles that appear on the right-hand side of your Shopify store site:
  • Go to Online Store → Themes → Actions → Edit Code

  • Go to Assets folder → template-collection.css → Add the following code to the bottom of the page:

.collection-header__title {
    text-align: right;
}
  • Save.
  1. How to add images to collection:
  • Go to Products section → Click on the product that you want to add an image for the collection.
  • Then select the image you want to add from your computer.
  • In the “Alt text” field, enter a descriptive text for the image.
  • Scroll down to the “Collections” section and ensure that the collection you want to add the image to is selected.
  • Click on “Save” to add the image to the collection.
  1. How to make the subcollections grid default collection:
  • Go to “Online Store” → Click “Navigation” and then select the menu that contains the link to your collection page.
  • Find the link to your collection page in the menu and click on it to edit it.
  • In the “Link” section, click on the “…” button to open the “Link type” options.
  • Select “Collection” from the drop-down menu and then select the subcollection grid that you want to make the default.
  • Click on “Save” to save the changes to the link.

Hope these can help. Let us know if you need anything else.

Regards,

Ali Reviews team.

Ok I’ll try that right now

I don’t have the template-collection.css section. How could I add that or find it?