Deleting collection title on the collection page

Hi!

I have searched many similar questions and tried so many codes but nothing works so here is my question hope someone can help me.

On my collection page with my 3 products, it shows a collection title. I want that deleted.

I will all the collection ‘test’ for reference and to make it clear.

Kind regards,

Sanida from Hair Magic Company

@SanidaHMco

Please share store URL and screenshot what do you want!

Thanks!

Hello!

Thank you so much for the reply and help.

https://www.hairmazcara.com/collections/hair-mazcara

Password: Baggelaar

Hi @dmwwebartisan , is there a possibility can you still help me? Kind regards, Sanida from Hair Magic Co

@SanidaHMco

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-collection .collection-header .section-header {
    display: none;
}

Hii, @SanidaHMco
Paste this code on top of the theme.scss file.

div#shopify-section-collection-template div .collection-header .page-width .text-center h1 {
    display: none !important;
}

Hiya,

Can you please help me? I am using destiny template and adding your css didn’t work for me. Did I do something wrong? I would like to delete the “collections” standard title. It looks now like this.