Refresh theme - Add a button in every column in a multicolumn section

Hi everyone,

I am using the « Refresh » theme and I am looking to add a button in every column in a multicolumn section. Currently, on this theme, you can only have 1 button in the section, I have attached a screenshot. Do you have a solution to have a button in every column without breaking my website?

Thanks in advance for your help

Hi,

Open the theme editor and search for the multicolumn.liquid file

Insert this code just before the closing li tag

 My Button 

It should look like this;

Please note that this will add the same button to all the columns if you want to have different columns. You will need to update it dynamically using the schema.

Hope this answers your question

@collinsmbaka how exactly may I update it dynamically using the schema?

I need to have 2 buttons in 4-columns section