I want to add a heading feature in multirow

Solved

I want to add a heading feature in multirow

Josh_01
Tourist
26 0 2

I want to Add a heading feature in refresh theme multirow.scrnli_5_1_2024_4-18-13 PM.png

Accepted Solution (1)

saim007
Shopify Partner
602 74 103

This is an accepted solution.

@Josh_01 You have use the schema json code for to create input box for the header, for this you can use below code - 

 

{
      "type": "text",
      "id": "header_text",
      "label": "Header Title"
},

You have to put this schema code in your multicolumn row section file where you want to add and then for showing the content of the header you have to use below code like this - 

<h2>{{ section.settings.header_text }}</h2>

Where you want to show the heading text, that's it!

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂

View solution in original post

Reply 1 (1)

saim007
Shopify Partner
602 74 103

This is an accepted solution.

@Josh_01 You have use the schema json code for to create input box for the header, for this you can use below code - 

 

{
      "type": "text",
      "id": "header_text",
      "label": "Header Title"
},

You have to put this schema code in your multicolumn row section file where you want to add and then for showing the content of the header you have to use below code like this - 

<h2>{{ section.settings.header_text }}</h2>

Where you want to show the heading text, that's it!

Saim | Shopify Partner Expert

Was I helpful?

Buy me a Coffee

🙂
Hire me   to unlock the full potential of your e-commerce store 🙂