[Dawn Theme] I want to hide page titles for specific pages

Topic summary

A user wants to remove page titles from collection pages and the “all products” page on their Dawn theme store.

Solution provided:

  • Navigate to Online Store → Edit Code → theme.liquid file
  • Insert custom CSS code above the </body> tag
  • The code uses .collection and .template-collection selectors to hide page titles with display: none

Outcome:
The solution was successfully implemented and resolved the issue. The code snippet targets specific page templates to hide their titles while leaving other pages unaffected.

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

Hi!

I would like to remove title from collection pages and all products page.

Hey @AdrianS05

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

It worked thanks!

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.