Is there any way to hide the collection name on my TOP website? I’m using Dawn theme.
thank you.
Is there any way to hide the collection name on my TOP website? I’m using Dawn theme.
thank you.
Hello There,
.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…