How to create pages with same template but different header images

Topic summary

A Shopify user working with the Prestige theme wants to create a reusable page template where the header image and content (using the “image with text” section) can be customized per page.

Current Problem:

  • When applying the template to new pages, the header image pulls from the template settings rather than individual page content
  • The “page” section only shows page information, not the customizable header imagery
  • This causes all blog pages and article pages to display identical header images

Proposed Solutions:

  1. Dynamic Sources: Check if the theme settings support dynamic sources that allow per-page customization

  2. Advanced Theme Customization: Modify the section’s logic to override template settings with page-specific data (requires technical expertise)

  3. Metaobjects: Use Shopify’s metaobject feature to wire custom data fields to the sections, allowing different content per page (requires setup following Shopify documentation)

Responders note this requires either technical theme development skills or using Shopify’s custom data structures to achieve the desired flexibility.

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

Hello,

I’m new to Shopify and I’m getting accustomed to how things are created, so any guidance is appreciated.

I am using the most updated Prestige theme, and I would like to create a page template that I can use layout wise for different pages, that would house different hero images and copy and collections. I am using the “image with text” section as the header, and would like this section to change based on the page information I input. However, after I create the template, and create a page and apply this template to it, the page information only shows up with the “page” section, thus the “image with text” section is only updated from the template itself, and not from the page. Is there a way to create custom fields to override the default images and copy in the page template? I can sort of use the blog as a way to do this, but the image used on the all blogs page and the blog article page are the same and thus they don’t look good either. Thank you for any input!

Example page: Clothing and Accessories Boutique for Women and Teens | Frock Shop

2 Likes

If the related settings can’t use dynamic sources then you need advanced theme customization to make that section use logic different from it’s settings.

If you need this customization then contact me by mail for services.

Contact info in signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.

Hi @frockshoptx

If creating different themes is not doable, I would advice on using the metaobject instead but you need to wire this metaobject to your sections that you are using. More documentations here.