Does anyone know how I can delete the "Collections" header on the ALL collections page e.g. https://yoketo.com.au/collections
I tried commenting out the H2 tag on collection-list.liquid but it still shows e.g.
<div class="page-width">
{% comment %} {% if section.settings.title != blank %}
<div class="section-header text-center">
<h2>{{ section.settings.title | escape }}</h2>
</div>
{% endif %}{% endcomment %}
{% case section.settings.grid %}
Any ideas?
Solved! Go to the solution
User | Count |
---|---|
22 | |
16 | |
15 | |
15 | |
14 |