I’ve been trying for a couple days now to add a button at the bottom of each multi column so I can have a very visible button instead of the small link option it currently provides.
This thread had a solution for the Dawn theme, but it doesn’t seem to work?
They were able to add this option to the multicolumn
Thank you so much, this is amazing and actually worked.
My only next question is if there is an option to ‘hide’ it? There is one page I want there to be buttons on the multi-column, but on others I don’t want a button. I saw on another theme it was possible to add the option.
Please wrap the code you just added above in the code as shown below:
{% if template.name == "index" %}
{% endif %}
Then, go to Online store > Themes > Edit code. In the Templates folder, find the page you want to edit multicolumn. For example, if you need to edit the home page, get the name of the index.json, template.name == “index”, or the cart page will get the name of cart.json, template.name == “cart”.
For any other amateur’s maybe reading this in the future, this new rule basically saying “only apply these extra multi column buttons to pages which are called…” and in this case, I wanted it on my ‘packages’ page so I changed the “index” in that code to “packages” and it worked a treat.
Hi, I have followed this on my Sense them and the buttons have been added. However the steps to hide the buttons on the pages that I do not want is not working. I have replaced the index with the page where I want the multicolumn button visible. Please help.