How can I add a 'see all products' button on my homepage?

Hello,

I would like to add a simpele button on my homepage section under the highlighted collections.

It will be named like ‘see all products’.

How do I add this? Hopefully by standard Shopify options. I use the debut theme.

I see suggestion as ‘Image with text’ but it does have two containers (image and text). But I only want a button.

Example: https://ibb.co/jGWxLCB

This button is from the option ‘show all’ from the highlighted collection section. But this only show a portion of the collection but I want to show all products.

Thank you for your suggestion.

Greetings,

Peter

Hi @Mojkorico

With the Debut theme, you can add a simple button on your homepage using a custom HTML section.
Please follow the below steps:

  1. Go to your Online store > Themes > Customize

  2. Select Homepage > On the left side, click Add section > Custom content > Hide two existing content (Talk about your brand and image).

  3. Click Add block > Custom HTML > Add the below code to the custom HTML.


  Button Name

Change your_link_here to your all product pages and Button Name to See all products as your wish.

  1. Change container width to 100%

  2. Save.

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any questions!