How can I hide the collection name on my Dawn themed website?

Is there any way to hide the collection name on my TOP website? I’m using Dawn theme.

thank you.

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset → theme.scss.liquid and paste this at the bottom of the file:
.collection-header__title {
display: none;
}

I cannot find theme.scss.liquid . Is it same as theme.liquid?

I am not sure if you refer to the Collection Title on top of all collection pages.

If yes, for the Dawn theme you need to look for a file component-collection-hero.css, and at the end of the file you can add this CSS code:

.collection-hero__title {
    display: none;
}

Tested on Dawn 9.0

Thank you for your response.

Im not refering “title” but “name” of collection appear in TOP page…