All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I'm trying to remove the title from my collection pages as I'm trying to add logos / details and it ends up feeling redundant. Is this possible?
Example: https://www.metrofusion.com/collections/ugg
Appreciate any help!
Solved! Go to the solution
This is an accepted solution.
Add this css at then end of the css file theme.css
.template-collection .collection--title {
display: none;
}
You can find this file under Assets
This is an accepted solution.
Add this css at then end of the css file theme.css
.template-collection .collection--title {
display: none;
}
You can find this file under Assets
THANKS IT WORKED!!