Deleting collection title on the collection page

Solved
SanidaHMco
Tourist
4 0 1

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

Accepted Solutions (2)
Kinjaldavra
Shopify Partner
2302 569 1414

This is an accepted solution.

@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;
}

 

View solution in original post

Zworthkey
Shopify Partner
5581 642 1543

This is an accepted solution.

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;
}



View solution in original post

Replies 5 (5)
dmwwebartisan
Shopify Partner
11504 2437 3529

@SanidaHMco 

Please share store URL and screenshot what do you want!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
SanidaHMco
Tourist
4 0 1

Hello!

Thank you so much for the reply and help.

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

Password: Baggelaar

Screenshot 2021-11-09 at 09.09.17.png

SanidaHMco
Tourist
4 0 1

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

Kinjaldavra
Shopify Partner
2302 569 1414

This is an accepted solution.

@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;
}

 

Zworthkey
Shopify Partner
5581 642 1543

This is an accepted solution.

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;
}