Hello @LeZohar , In Dawn theme you can do it by customisation the theme settings from the theme customize option of the shopify. See the screenshot below, add heading, text and button by adding blocks in this section.
You can resolve the issue by changing the input field type. Currently, it’s set to inline-rich text, which doesn’t support the <br> tag. However, we can add a <br> tag by changing the field type to text. Please follow these steps:
In your Shopify admin, navigate to “Online Store” under Sales Channels. Click the “Edit” button for the theme you wish to modify. If you want to make changes directly to the live theme, select the first theme. Refer to the screenshot for guidance.
Find the file named “image-banner. liquid” under the “Sections” folder in the right sidebar. Please refer to the screenshot below.
Locate the “blocks” section in the file. Find the type=heading within the blocks and change the type inside the setting to text. Please refer to the screenshot.
Save the file and return to the homepage template. You can edit the template by clicking on “Customize” in the Online Store. Change the text in the heading to:
Update: disregard, this also worked for the mobile view, but I just hadn’t refreshed. Thanks
Hi Sweans,
Thank you for this solution. It fixed my problem as well. I wish to implement the same type of solution for the mobile view, but it doesn’t behave the same from the changes already made, so I thought perhaps there was a mobile heading section I needed to change to text and could not locate how to do this. Can you assist, please? Thanks!