Hello,
I want to put this text in the footer, I need help.
Thanks to anyone for the reply.
@rebaxshop
Welcome to the Shopify community!
Thanks for your good question.
Because on you theme their is no option to add the text as a address on the footer.
you can add it by the custom code. Let me know if you need help for this.
Add this code in the footer schema. where you want to show the text.
{
"type": "richtext",
"id": "text",
"label": "Text",
"default": "
Use this text to share information about your brand with your customers. Describe a product, share announcements, or welcome customers to your store.
"
}
After that you can add this on the top of the schema tag {% schema %}
{{ section.settings.text }}
Many thanks for your help,
Which is name for section where I need to put this code?
I cant find footer schema..
Footer.liquid or??
yes in footer.liquid.
{% schema %}
Mate, did you solve it? Please help me, thanks!