How to add buttons that go to collections ?

Hello, I want to add buttons like the image I provided to my store. I’m using DAWN. Is it possible to do so? Thanks

Hey @renssnce ,

Yes, it’s absolutely possible to add buttons like the ones in the image to your Shopify store using the Dawn theme.

Follow these steps.

  1. Online Store > Themes

  2. Click Customize next to the Dawn theme.

Add a New Hero Section (or Edit the Current One):

  1. In the theme editor, locate the “Image with text overlay” section (or another hero/banner section).

  2. If you don’t have this section yet, click Add Section and choose “Image with Text” or " Slideshow".

Add Buttons in the Section:

  1. Scroll down in the settings of the section.

Add the buttons by filling in:

  1. Button text: (e.g., “Shop Men” / “Shop Women”);

  2. Button links: Select or input where each button will lead (e.g., specific collections or pages).

Customize Button Design:

To achieve the specific button look from the image you uploaded (if not available by default), you may need to modify the theme’s CSS.

CSS For Styling :

  1. Online Store > Themes > Edit Code

  2. Under Assets, click on base.css

  3. Add the following CSS code at the bottom:

.custom-hero-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.custom-hero-buttons a {
  background-color: #fff;
  color: #000;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.custom-hero-buttons a:hover {
  background-color: #f0f0f0;
}

Add HTML to the Hero Section:

  1. In the same hero section, click on “Add Block” > Custom HTML.

  2. use this HTML snippet to create your buttons:


  Shop Men
  Shop Women

This approach will allow you to add and customize buttons similar to the ones shown in your image. Let me know if you encounter any issues along the way!

If I was able to help you, please don’t forget to Like and mark it as the Solution!

Best Regard,

Rajat Sharma

HI @renssnce

Shopify Dawn theme has Image banner section that you can add 2 buttons