All of my collections are shown as “Collection: Collection Name” I want to remove that first "Collection: " part from h1. I checked the code and couldn’t find that “Collection :”.
Hello there
You can add this CSS in base.css file to remove collection name.
.collection-hero__title {
display: none;
}
You have to remove Koleksiyon: this code from collection liquid page
Don’t hesitate to drop me a message if you’d like to talk more!
Regards
Titu

