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
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
Please add the following CSS code to your assets/component-collection-hero.css bottom of the file.
.collection-hero__title {
display: none !important;
}
Thanks!
Perfect! Thank you so much
If helpful then please Like Solution.