Hello, community!
Could someone help me add additional heading (e.g. h6) above current h2 in feature-columns.liquid section?
I'd also like to have new input in administration for simpler future editing. Final result should look like this:
Current code in feature-columns.liquid is:
<div class="page-width">
{% if section.settings.title != blank %}
<div class="section-header text-center">
<h2>{{ section.settings.title | escape }}</h2>
</div>
{% endif %}
...
Too see the website use URL: https://genki-natural.myshopify.com/ password: ketan1
Thanks a lot!
Mariano
Solved! Go to the solution
This is an accepted solution.
Hello There,
1. Go to Online Store->Theme->Edit code
2. sections->sections/feature-columns.liquid->paste bellow code after this code <div class="page-width">
{% if section.settings.title1 != blank %}
<div class="section-header text-center">
<h2>{{ section.settings.title1 | escape }}</h2>
</div>
{% endif %}
Screenshot :- https://prnt.sc/vspicu
1. Go to Online Store->Theme->Edit code
2. sections->sections/feature-columns.liquid->paste bellow code in the schema
Add schema
{
"id": "title1",
"type": "text",
"label": "Add text",
"default": "Title"
},
Screenshot :- https://prnt.sc/vspjik
User | Count |
---|---|
735 | |
141 | |
101 | |
64 | |
41 |