How to remove header from collection page

Topic summary

A user seeks to remove the “Best Sellers” header text from their Shopify collection page while keeping the rest of the header intact.

Multiple solutions proposed:

  • Theme Editor approach: Check if the theme (Online Store 2.0) allows header removal through the theme customization interface under Default collection template settings

  • Code-based solutions (three variations provided):

    1. Add conditional markup before </head> in theme.liquid file to hide header on collection pages
    2. Insert CSS code at bottom of theme’s CSS file: .template-collection .section-header{display:none!important;}

All responders recommend accessing Online Store > Themes > Edit code to implement changes. If uncomfortable with coding, hiring a Shopify Expert is suggested.

Follow-up question: One user asks if the same code can be extended to hide headers on blog pages using similar conditional logic.

Status: Multiple working solutions provided; awaiting original poster’s confirmation of which approach worked.

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

Hi, @sondreskskfsghj . I’m happy to help with this! Which theme are you currrently using? Are you trying to remove this header from all of your collections or just this one collection?

If you’re using an Online Store 2.0 theme, you may be able to do this within your theme editor depending on the theme you’re using. If your theme has this option, you can find it by editing the sections and blocks in your default collection page template. Go to Online store > Themes > Customize (next to the theme you’re using) to open the theme editor. From here, select your Default collection template, and review the settings for your available sections and blocks.

If there’s no option to remove your collection title from here, you can still remove it from your theme by editing your theme code. You can read more about editing your theme code here. If you’re not comfortable coding on your own, you can hire a Shopify expert to assist you. Shopify experts are trusted, third-party agencies and freelancers who offer services for Shopify merchants, including help customizing themes. You can hire a Shopify expert on this page and you can learn more about them here.

Please let me know if you have any questions!