More collections on the Home screen (Dawn theme)

Hello everyone.

I’m wanting to make a change to my home page. I want to have 4-5 columns in desktop view. I also want to get rid of the View All button and show the all of the collections on this same page.

Can someone help me do that?

store: icemancollections.myshopify.com

1 Like

@Iceman555

yes, please try

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-collection-list.css ->paste below code at the bottom of the file.

@media screen and (min-width: 750px) { .collection-list.grid–3-col-tablet .grid__item { max-width: 25%; } }

This changed that. great.

One more thing. How can I get rid of the View All button on the bottom and just make it so all the collections appear?

@KetanKumar

This changed that. great.

One more thing. How can I get rid of the View All button on the bottom and just make it so all the collections appear?