Hello
I'm using the Supply Theme.
I've got one Collection List Page available and I'm using it to display a custom list of collections. The problem is that the page heading is Colloctions and I'd like it to say Artists.
For the life of me I can't find where the word Collections is pulling from in the CSS.
Thanks in advance
Solved! Go to the solution
This is an accepted solution.
Hi @spbeebe
Open Section->list-collections-template.liquid and find bellow code:
<h1>{{ page_title }}</h1>
Now remove {{ page_title }} and change that you want
HI @Wheelroc
Follow this:
1. Open Section->collection-list.liquid-> find below code:
<h2 class="h1 section-header--left">{{ 'homepage.featured_collections.heading' | t }}</h2>
Now you can remove '{{ 'homepage.featured_collections.heading' | t }}' and replace with your text.
User | Count |
---|---|
502 | |
210 | |
129 | |
81 | |
46 |