Which template should I edit to add a metafield to the here text section on “collections” pages?
Topic summary
A user is trying to add a metafield to the collections page of their Shopify store using the Artistic - Art & Craft Store theme. They want to know which template file to edit to add the metafield to a specific text section.
Solution provided:
- Edit the
card-product.liquidfile - The metafield should be added where the collection grid products are displayed
- A screenshot was shared showing the specific location in the code where the modification should be made
The discussion appears resolved with specific technical guidance on the file and location for implementing the metafield.
@alemburda In which theme you are working ?
from card-product.liquid file you have to add metafield
@alemburda here it is
https://prnt.sc/heW-YyhXn1Pl
all the collection-grid products are showing from here so you can add here


