can anyone help me
Topic summary
Goal: change collection page headings from H1 to H2 so collection titles no longer display as H1.
Proposed fix: edit the theme code and replace all
…
tags with…
. H1/H2 are HTML heading levels that impact SEO hierarchy and page styling.Scope guidance: to limit changes to collections only, edit collection.liquid or main-collection.liquid instead of site-wide files.
Implementation detail: search across Templates, Sections, and Snippets for occurrences of
and
, then update them toand
.User challenge: the requester could not find the exact locations and asked for more specific directions.
Next step: helper asked for the Shopify theme name (if using a free theme) or store access to pinpoint the correct files.
Attachments: a screenshot was shared to illustrate the issue; no code snippets provided.
Status: unresolved and awaiting theme details or access to provide precise file paths and edits.
Hello @lesriches ,
Edit each file under Templates, Sections and snippets
Search for
and
and replace it with
with
and
withThanks
btw if you only want to make the change in collection page then try to search in
collection.liquid or main-collection.liquid
Hi Guleria,
could you please specify exactly where I need to make the changes I was trying but i cant find it
thanks
If you are using a shopify free theme please share the name.
Otherwise you have to provide the store access to someone to check.
