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

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.


For example, I don’t want display of the name “Rings” when clicked.

1 Like

@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!

1 Like