How to remove page title from pages metafield? (Horizon Theme)

Topic summary

A user is experiencing issues with dynamic size guides in the Horizon theme after migrating from Dawn. The problem involves unwanted page titles appearing in the size guide section created via a pages metafield.

Key Issues:

  • Page titles automatically display in the section and cannot be removed
  • Changes to image sizing or font/text settings in the pages section don’t reflect on the live website
  • The functionality worked correctly in Dawn theme but is problematic in Horizon

Visual Context:
Two images were shared showing the issue in mobile view and the actual page section appearance, though the specific details are encoded.

Status: The issue remains unresolved with no responses or solutions provided yet.

Summarized with AI on November 12. AI used: claude-sonnet-4-5-20250929.

I’m trying to add dynamic size guides to my products. I created a metafield for the size guide and have it selected for “pages”. This worked fine in dawn theme, but now in horizon theme, it’s a little wonky. It always adds the page title to the section which I don’t want, and it doesn’t seem to change on the website if I resize an image or change the font or size of text in the pages section. The first attached image is what it looks like in mobile view and the second image is what it looks like in the actual page section.

URL: www.eastsidemelrose.com

Password: opensesame

If there’s no additional block or setting then you can try in a custom CSS setting try one of the following CSS band-aid.
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css

#shopify-block-ASXBpTUJxSFlOUWhCb__page_RDhqmb h2.page_title { display: none !important; }

or

/* NOTE this rule ALWAYS applies to the SECOND accordion */
.product-details accordion-custom + accordion-custom h2 { display: none !important; }

Or reach out to me for customization services to fix the actual logic problem in the theme with better behavior or settings.

This worked, thank you so much!

1 Like