How can I add and customize new collection buttons on my landing page?

Hi

I’m reworking my current store using Dawn 2.0.

At the top of my landing page i have a picture with two buttons on, one for a men’s collection and one for a women’s collection.

Q1. How hard is it to add another button to the other two that takes you to a kids collection, rather than just the two available?

Q2. When i click on either of the buttons it takes me to the default collections page with the same image and text on for both, but showing the correct collections.

I want to have two different images for and text for the two collection pages, which is probably simple fix glaring in my face but i can’t get my head around how to fix it.


Landing Page Picture


Mens/Unisex Collection Header Picture


Womens Collection Header Picture

Hello @Halfpipe75 ,

  1. You can find this section code here ‘image-banner.liquid’ under Sections.
    You can extend the button limit here. It must be necessary that you have knowledge of liquid because this features need many changes in same file.

  2. This is the default behavior of the section you are using but yes the thing you are looking is also possible but I don’t think with just instructions you can implement it.
    btw there is a easy way to implement it ‘alternate template’ Here you can check how to use it https://www.shopify.in/partners/blog/shopify-alternate-templates

Thanks