Dawn Theme: Need to delete the name of categories showing when clicked.

Solved
iamdawnumcm
Excursionist
28 0 8

Dear Team:

 

This is my url: https://7xyzhhcaxjvgux76-42324328597.shopifypreview.com

When clicked different categories including (New in/Rings/Ring sets/Earrings/GiftCards/FAQs/About), I don't want the name of categories to display at below it. 

Screen Shot 2021-10-22 at 12.08.46 AM.png For example, I don't want display of the name "Rings" when clicked.

 

Accepted Solution (1)
dmwwebartisan
Shopify Partner
11479 2435 3524

This is an accepted solution.

@iamdawnumcm 

lease Go to Online Store->Theme->Edit code then go to assets/component-collection-hero.css ->paste below code at the bottom of the file. 

 

.collection-hero__title { display: none !important;}
.main-page-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

Reply 1 (1)
dmwwebartisan
Shopify Partner
11479 2435 3524

This is an accepted solution.

@iamdawnumcm 

lease Go to Online Store->Theme->Edit code then go to assets/component-collection-hero.css ->paste below code at the bottom of the file. 

 

.collection-hero__title { display: none !important;}
.main-page-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