Replace collection page heading with a logo?

Topic summary

Goal: On Shopify’s Motion theme, replace the collection page title text with a vendor logo on collections grouped by vendor. The built‑in “show collection image” option is rejected because it creates a large banner and does not remove the title.

Latest suggestion: Hide the default Collection header section, then insert a Custom Liquid section directly below it and add Liquid/HTML to render the desired logo. (Custom Liquid is a Shopify section that allows adding Liquid code to output dynamic content.) A screenshot was shared to illustrate the placement, but the actual code snippet was not provided.

Proposed steps:

  • In the theme editor, disable/hide the Collection header on the collection template.
  • Add a Custom Liquid section to that template.
  • Insert markup/Liquid to output the vendor’s logo image in place of the heading.

Outcome/status: A feasible approach was provided, but no confirmation from the original poster that it resolves the need for dynamic logos per collection. Discussion remains open pending implementation details or code specifics.

Summarized with AI on December 24. AI used: gpt-5.

Hi @sa3

You can hide the Collection header section, add a Custom liquid section below it, and then add this custom code to liquid to add your logo