How to remove collection titles from the collection list page

Solved

How to remove collection titles from the collection list page

awirtz
Explorer
54 0 11

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

 

Screenshot 2024-06-02 at 10.49.48 PM.png

Accepted Solution (1)

niraj_patel
Shopify Partner
2378 514 511

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>

techlyser_web_0-1717394635595.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

View solution in original post

Replies 5 (5)

niraj_patel
Shopify Partner
2378 514 511

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>

techlyser_web_0-1717394635595.png

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
awirtz
Explorer
54 0 11

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

Screenshot 2024-06-02 at 11.07.30 PM.png

Rahul_dhiman
Shopify Partner
450 91 93

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

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167
awirtz
Explorer
54 0 11

I was able to create a new collection and link that to make the changes. Thank you.

Rahul_dhiman
Shopify Partner
450 91 93

Great .
Please mark it as resolved 🙂

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -rahul@prowebcoder.com - Skype: live:dhiman.639
Checkout Some Free Sections Here
Mobile:- +91 62390-46167