On the dawn theme, the “collection header” section on a collection page can only hide the description/image (or the entire header), but the title itself cannot be removed. Is there a way to remove the title as shown in the image below, and keep the collection image/description?
Thanks in advance
1 Like
@dmwwebartisan
If it is simple enough to code (with other themes it is very simple), please send the code here so that it could help others in the future too if they have this same issue. I’m familiar with messing around with the code on the site so it shouldn’t be too hard
@Antibiotics
This not a simple solution otherwise i send you code .
Thanks!
I found it fairly straightforward - head into edit the theme code and find the “main-collection-banner.liquid”
Find some code that looks like:
{{ 'sections.collection_template.title' | t }}:
{{- collection.title | escape -}}
and change to:
2 Likes
@Antibiotics
Please add the following CSS code to your assets/component-collection-hero.css bottom of the file.
.collection-hero__title { display: none !important;}
Thanks!
4 Likes
@dmwwebartisan
Worked great for me! Thanks!
1 Like
@maurinclan
If helpful then please Like and Accept Solution
I was not the original poster, but thanks anyway!
Thank you for this code. Worked great with Dawn theme!