How to start new line in subheading (Dawn slideshow)

Hi, im building a store using theme Dawn, in slideshow, i want to use multiple lines for my subheading, how can I start new lines? or is it easier to add more subheadings below the default one? it serves the same purpose.

1 Like

Also, how can we customize the text size/style in heading and subheadings?

here is my store url: My Store (finallypockets.co)

I have the same problem:
tags are not allowed in subheadings!

Finally I found a workaround: write \n wherever I want to add a line break.
Edit slideshow.liquid in the sections folder as follows :
{%- if block.settings.subheading != blank -%}

{{ block.settings.subheading **| newline_to_br** }}

{% comment %}added newline_to_br to transform \n into
{% endcomment %}
{%- endif -%}

seems to be working…

forgot to mention : \n shall be put directly into the json file of your page