How to add Button Label to Custom Content (Text) on DEBUT THEME

Hello,

How do I add a Button Label to Custom Content below Text - I dont want to use image and text option cause I like how the Custom Content looks on mobile (photo and text condensed).

If you can add static html than place below code directly

Click here

Hello,

Thanks for the reply, it doesn’t seem to work - I cant add any HTML codes under the text. Is there another way?

You can create button label and link under section and call is dynamically by suing

{{ section.settings.button_label | escape }}

If you want i can setup this add me on skype i will guide you

my skype address :renusharma99

It doesn’t work! I want it to be under the text.

You can convert text to textarea in this way you can easily add HTML

Example:

from this

{
“type”: “text”,
“id”: “title”,

To

{
“type”: “textarea”,

Sorry, I dont understand what youre trying to say.

What I want to do is have a button label under the Custom Content (Text) on the DEBUT Theme - there is no option for that.

There is no option by default You have to create option