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!
A user sought to remove collection page titles from their Shopify store using the Empire theme, as the titles felt redundant alongside custom logos and graphics they were adding.
Solution Provided:
.collection-title with display: nonetheme.css file located in the Assets folderOutcome:
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!
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
@Guleria Thank you so much, that worked like a charm!
THANKS IT WORKED!!