Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I would like to remove the collection titles on the collection list page. I would like the collection list page to view all of my products from most recent at the top without breaks for the different collections (similar to this website:https://nino.studio/collections/originals ). Is there a way this can be done?
I tried to create a collection for this page but was not able to link it. I think it didn't work because it is the entire list of collections. Thank you.
live website: https://annwirtz.com/collections
Solved! Go to the solution
This is an accepted solution.
Hello @awirtz
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.collection-list__heading__text {
justify-content: flex-end !important;
}
.collection-list-item a.hero__title.heading-size-7 {
display: none !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hello @awirtz
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.collection-list__heading__text {
justify-content: flex-end !important;
}
.collection-list-item a.hero__title.heading-size-7 {
display: none !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Thank you! That worked to remove the titles. Is there a way to have it show all of the products in the collections and to have it viewed with the most recent additions at the top?
Link to site: https://annwirtz.com/collections
Hello @awirtz ,
So i have provided a Solution in the video .
https://www.awesomescreenshot.com/video/28264440?key=d9a87697e60982ed74841580ab667178
Basically you need to goto this url
https://annwirtz.com/collections/all
This already has all products
I was able to create a new collection and link that to make the changes. Thank you.
Great .
Please mark it as resolved 🙂
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024