How to remove collection name in collection page dawn theme?

Hello,

I am trying to remove “Travel print” heading from the collection page in dawn theme but I am unable to do so. Is there a way we can remove this?

Thank you

@Alinear7

Please add the following CSS code to your assets/component-collection-hero.css bottom of the file.

.collection-hero__title {
    display: none !important;
}

Thanks!

2 Likes

Perfect! Thank you so much

1 Like

@Alinear7

If helpful then please Like Solution.