Shopify themes, liquid, logos, and UX
I want to Add a heading feature in refresh theme multirow.
Solved! Go to the solution
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!
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!
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024