remove collection title from banner but keep image

Topic summary

Goal: hide the collection title in the collection banner while keeping the banner image.

  • Context/attempts: On the Venue theme, toggling “show description” doesn’t remove the title. Hiding the entire banner and adding a custom header caused poor mobile image fit.

  • Clarification: The checkbox likely controls collection.description, not collection.title (Shopify Liquid variables).

  • Suggested fix: Edit theme code (Online Store > Edit code). Find the collection banner section/snippet, search for collection.title, and add style=“display:none;” to the HTML element wrapping it. Save and test.

  • Assistance offered: Responder can review further if the store’s myshopify domain is shared.

  • Status: Guidance provided; awaiting user feedback/confirmation. Unresolved at this time.

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

i would like to hide the collection titles from collection banner as i am including it within my image for collection banner. how can i do this? i have selected and deselected show description in collection header section but it does not make a difference, the title remains.

I tried hiding the banner altogether and adding my own new header to solve the problem but the image does not fit well in mobile view, so not a viable and ideal solution. i am using theme venue, i am wondering if there is a fault as deselection ‘show description’ makes no difference.

please help, thanks

Hi @ummemaryam ,

The Checkobx is probably hiding the description of a collection in Liquid: collection.description. The Value u want to hide is collection.title. If you want to edit this on your own. Try this:

Navigate to your Onlineshop → click the 3 Dots next to edit Theme → click edit code → search something like collection banner and navigate into this file → When you are in this file search for collection.title then you add style=“display:none;” to the HTML Element which contains collection.title. If this doesnt help and you want me to take a closer look you can provide your myshopify domain.

Best Regards and have a great Day

Erik