Hi all
I’d love to add custom text at the bottom of each collection page. The text needs to be different on each page.
I’ve been playing around with the code (draft theme )for a while, and here is what I did, don’t know if I did something wrong
this is my example page: homeofficegadget.com/collections/video-conference-lighting
What I have done in my draft version:
- cut the code in the file main-collection-banner.liquid and paste them to main-collection-product-grid.liquid
{{ ‘component-collection-hero.css’ | asset_url | stylesheet_tag }}
{{ 'sections.collection_template.title' | t }}: {{- collection.title | escape -}}
{%- if section.settings.show_collection_description -%}
{%- if section.settings.show_collection_image and collection.image -%}
- then it just showed me title, and no description there.
these are the files related to collection that I found

