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
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:
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.
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