Supply Theme Collection list title editing

Hi,

I am trying to edit individual “collection list” titles (‘Shop For’); I have put together different collection lists, but want to change the title for each individual list (for example: Hottest Styles, Favorite Brands…). I have found some answers that say how to edit the code to do so:

Open Section->collection-list.liquid-> find below code:

<h2 class="h1  section-header--left">{{ 'homepage.featured_collections.heading' | t }}</h2>

but this changes the title for all “collection list” sections to the same title. Is there a way to edit these titles per section? I have 2 “collection list” sections now, but might want to add more later, so I would really appreciate any help teaching me how to do this!

FYI: i’m using the Supply theme

Thanks!

hi @Akky052 ,

i think on each the theme, them supported show the title for each collection creating in admin store,

I’m wondering you had customize that part before?

Because, when you create a collection, them using same like template called collection.liquid or collection.json, and in this file will handle show the title of each collection be created in admin store through {{- collection.title -}} code.

if have any thing regarding technical you want check, don’t hesitate let me know. thanks!

Hi Phavia,

I think you are referring to titles of collections themselves, which I have no problem editing. I am trying to replace the “Shop For” that appears when you create a “collection list” section (circled in red in picture below), by a custom title of my choosing. If I edit the simple way in the language section, it will have the same title for every new collection list section I create; and some code editing solutions I have found on here, will do the same thing. I would like to know where I can edit the “Shop For” part, for each individual section I create, if possible.

hi @Akky052 ,

For each section you make, you want have the title different, right?

i’m cannot figure the the code solve if i don’t check directly them. So if possible, you can please give the url store, then i will create a request collaborators to the store, then will check for you.

Thank you!

Hi! Did you ever find a solution to this? I am having the same issue