All things Shopify and commerce
Hi - I am using video heros for my collection titles. However - right now just underneath my video hero, the collection title shows which is redundant. How do I prevent the collection title from showing on the collection page?
Solved! Go to the solution
This is an accepted solution.
Found a solution on YouTube @OnHowGuy
Access theme customizer then click on the featured collection title or the whole featured collection title and click on custom css code from the right panel and paste in this code : h1 { display: none; }
@projectsbydel Please follow below steps to remove the collection title from the collection page. Let us know whether it is helpful for you.
.collection-hero__content .section-header__title {
display: none !important;
}
what folder is that file?
@projectsbydel You can find it under assets folder. Please let us know if it is useful.
not seeing a file with that name nor is it coming up in search. sorry
@projectsbydel Can you please try below way?
1. From admin, go to "Online Store" -> "Themes".
4. Scroll and find the "Custom CSS" field and paste the code in it like in the below screenshot.
.collection-hero__content .section-header__title {
display: none !important;
}
Please let us know whether it is useful for you. If it doesn't help you, please share your store URL to share the exact solution.
Please provide your support by click "Like" and "Accepted" if our solution works for you. Thanks for your support.
Hi @projectsbydel , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks
Hi @projectsbydel ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your base.css file
3. Paste the given code at the bottom in the base.css file
.collection-header .page-title {
display: none;
}
Savs Changes.
If my reply is helpful, kindly click like and mark it as an accepted solution.
If you are happy with my help, you can help me buy a COFFEE
Thanks!
what folder?
If you do not see the base.css file, follow these steps to add the code:
<style>
.collection-header .page-title {
display: none;
}
</style>
Thanks!
unfortunately these solutions are not working but thanks for offering.
This is an accepted solution.
Found a solution on YouTube @OnHowGuy
Access theme customizer then click on the featured collection title or the whole featured collection title and click on custom css code from the right panel and paste in this code : h1 { display: none; }
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025