Add 2 different font types in the same button_label on a block inside a section in Dawn slideshow

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.

Hi @adrianferraz ,

Please go to sections > slideshow.liquid file and change code here:

You can edit the code here.

Hope it helps!

Thank you @LitCommerce . Will post the result here when I finalize some tests.

1 Like

Hi @adrianferraz ,

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.