How can I hide the collection title on my theme?

I am using combine theme and I have tried for hours to hide the collection title from collection pages. I have tried every single piece of code suggested in this forum but absolutely nothing is working, I am losing my mind! Please, can anyone help on how we can remove the collection title?

Hi @Madeleine4 , go to edit code > assets > theme.css and add this:

.main-collection-banner .heading-size--page-title{
        display:none!important;
    }

This should remove title only from your collection pages. Hope this helps! :slightly_smiling_face:

Hi @Madeleine4

You want to delete this Title line, right?

Oh my god, this finally worked, I am so happy. THANK YOU!

You’re welcome! Glad I could help :slightly_smiling_face: