Hi team. I want to add 2 different font types in the same button, and wonder if it can be done through the button_label element.
In HTML, we can use the tag to do this, applying the proper CSS to each span element like this:
I wonder if I can do the same on a block inside a slideshow section, through the button_label inside the block.
"BLOCK_ID": {
"type": "slide",
"disabled": true,
"settings": {
"heading": "Image slide",
"heading_size": "h1",
"subheading": "Tell your brand's story through images",
"button_label": "Button label",
"link": "",
"button_style_secondary": false,
"box_align": "middle-center",
"show_text_box": true,
"text_alignment": "center",
"image_overlay_opacity": 20,
"color_scheme": "background-1",
"text_alignment_mobile": "center"
}
},
Thank you in advance.
