How to add buttons

How to add buttons under every column in multi column (DAWN) like this

1 Like

@NOT1 , Try using image with text in Customize

Hope it helps :blush:

But I want it in multicolumns

You have to adapt the code for this.

If you would like a quote, please contact me.

@NOT1 , Can you kindly share the details of your problem with us? We will check it and suggest you a solution if possible.

@NOT1 , Oh i got you please following these steps to achieve your goal

Step 1: Online store > Themes > Edit code

Step 2: Find the file multicolumn.liquid. Search the code snippets below

Replace the code i’ve mark below by this one

{%- if block.settings.link_label != "Hide" %}

{{block.settings.title_button}}

{%endif%}

Step 3: Search for the code snippet below

And replace it by

{
  "type": "text",
  "id": "title_button",
  "label": "Button Text"
},
{
  "type": "url",
  "id": "url_button",
  "label": "Button Link"
}

Step 5: Save it and you have the button at the bottom of multicolumn section like this

And you can edit them

Hope it helps you :blush: