Hello
I am trying to add a multicolumn section i can edit to my prestige theme homepage. Any idea how i can acheive this?
Hi @Aprils_1 ,
Please send me the code of the list-brands.liquid file, I will help you create a new section for it
I don’t have such a liquids file.
Hi @Aprils_1 ,
Please follow the steps below:
{% schema %}
{
"name": "Multicolumn",
"class": "shopify-section--bordered",
"settings": [
{
"type": "text",
"id": "subheading",
"label": "Sub-heading",
"default": "Sub-heading"
},
{
"type": "text",
"id": "title",
"label": "Heading",
"default": "Your HTML"
}
],
"blocks": [
{
"type": "image",
"name": "Image",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "Upload image"
},
{
"type": "text",
"id": "title",
"label": "Heading"
}
]
}
],
"presets": [
{
"category": "Multicolumn",
"name": "Multicolumn"
}
]
}
{% endschema %}
Hope it helps!
@Beercis Did you solve this by any chance?
Hi there!
I solved it by adding custom liquid section for particular template where I needed it to appear.