Collection Title Set as H1 in the Editor, but not showing as H1 on the live page

I have my category pages with the category title at the top as normal, and set as H1 style (see screenshot below). But the element is not showing an h1 tag on live page (see other screenshot). I didn’t code these liquid files, so I’m trying to figure out what is wrong.

Here is the example page: https://troveobjectgallery.com/collections/greece

Hey @Bobbybseo ,

The issue seems to be related to the way the H1 element is implemented in your Shopify theme’s Liquid files. If the title is styled as H1 in CSS but not wrapped in an actual

HTML tag, it will not appear as an H1 tag in the source code or SEO analysis tools.

Here’s how you can troubleshoot and fix this issue:

Inspect the Liquid File:

  1. Identify the file:

Typically, category or collection pages use the collection.liquid or a similar template file.

  1. Look for the title:

Search for the code that outputs the category title. It might look like this:

{{ collection.title }}
  1. Check the tag:

If it’s wrapped in a different tag (e.g.,

, ), change it to

.The updated code should look like:

# {{ collection.title }}

If you provide details about your Shopify theme or specific file structure, I can guide you further!

If I was able to help you, please don’t forget to Like and mark it as the Solution!
If you’re looking for expert help with customization or coding, I’d be delighted to support you. Please don’t hesitate to reach out via the email in my signature below—I’m here to help bring your vision to life!

Best Regard,
Rajat Sharma

Hi @Bobbybseo

Upon checking, that text is under

tag instead of

tag. You can see it in the code above.

If you want to change it to H1 tag, then we might need access to your theme > edit code from your Shopify admin via our Shopify Partner account.

Please let me know if it’s possible for you to grant us access there.

Looking forward to hearing from you soon. Thank you!

Best,

Daisy - Avada Support Team.

So I found the code, but it’s not formatted how I would normally format an

, so I’m unsure of how to fix it.

here’s the bit of code in the template:

“heading_8MKcYT”: {
“type”: “heading”,
“settings”: {
“text”: “{{ collection.metafields.custom.country.value.country_name.value }}”,
“heading_tag”: “h1”
}
},

And yes, how do I grant you access?

Cancel. I figured it out based on your guidance - thank you.

Hi @Bobbybseo

Please give me your collaborator code so I can send an access request.

You can find the code in your Shopify Admin > Settings > Users and Permissions page

Best,

Daisy - Avada Support Team.