Is there any way to hide the collection name on my TOP website? I’m using Dawn theme.
thank you.
A user seeks to hide the collection name appearing at the top of their Shopify store using the Dawn theme.
Initial Solutions Proposed:
display: none;) to hide .collection-header__title in the theme.scss.liquid file.collection-hero__title in the collection-hero.css file (tested on Dawn 9.0)Complications:
theme.scss.liquid file and asks if theme.liquid is equivalentCurrent Status:
The discussion remains unresolved as the user clarifies they want to hide the collection “name” (not “title”) appearing on the shop’s top/header area, suggesting the initial solutions may not address their actual need.
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…