Solved

Seeking for help~~ Removed Collection Title come back again

KatyLee
Explorer
48 0 18

Hi Everyone,

The title on collection page was removed by code previously, but it appears again recently. 

Can anyone help ?

Thanks a million.

Katy

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@KatyLee 

Please add the following code at the bottom of your assets/theme.css file.

.collection-hero__title {
    display: none !important;
}

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

View solution in original post

Replies 4 (4)

dmwwebartisan
Shopify Partner
12280 2546 3694

@KatyLee 

Please share your shop URL!

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
dmwwebartisan
Shopify Partner
12280 2546 3694

This is an accepted solution.

@KatyLee 

Please add the following code at the bottom of your assets/theme.css file.

.collection-hero__title {
    display: none !important;
}

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
KatyLee
Explorer
48 0 18

It works fine! Thanks so much.