Have your say in Community Polls: What was/is your greatest motivation to start your own business?

i want to add custom liquid section in image with text

i want to add custom liquid section in image with text

GhafarHussain
Shopify Partner
6 0 0

Hi, 

i want to add custom liquid section in image with text. please help me. check screens shots, then you will understand what i want to say.  i want section like image-1, i want to add same section in image with text, check image-2

GhafarHussain_1-1731825634651.png

 

GhafarHussain_0-1731825521622.png

 

Ghafar Hussain
Reply 1 (1)

TechSprout
Shopify Partner
19 2 2

Hi, @GhafarHussain , in the .liquid file of your image with text section, in your schema, you'll have to add the custom liquid field, something like this (not exactly depending on how your file looks like):

{% schema %}
{
  "name": "Custom Liquid",
  "settings": [
      {
        "type": "liquid",
        "id": "custom_liquid",
        "label": "Custom Liquid",
        "info": "Add app snippets or other liquid code to create advanced customizations."
      }
  ],
  "presets": [
      {
        "name": "Custom Liquid"
      }
  ]
}
{% endschema %}

 

TechSprout - Commerce Solutions
If this post helped, please "Like" and "Mark as Solution" to help others with the same issue. Send me a DM if you have any other questions.