Hi All,
I’m struggling to remove the titles on SHOP and SUBSCRIPTION tab
Any help would be greatly appreciated
Password ZedsDead1981
Hi All,
I’m struggling to remove the titles on SHOP and SUBSCRIPTION tab
Any help would be greatly appreciated
Password ZedsDead1981
Hi
Add this code to the bottom of theme-collection.min.css
.collection-header__title {
display: none;
}
https://nineofcups.coffee/collections/subscription
i added it to the theme.min.css (nearest to the theme.collection.min.css i
could find)
Still not working?
Maybe you could try adding this code to the custom.css file (located at assets/custom.css)
#shopify-section-template--collection-header {
display: none;
}
Collection titles and extra space should be removed.
You wizard ![]()
Thank you