Dawn Theme 6.0.2 How to add line break to Product title?

Topic summary

Main issue: add manual line breaks to Shopify product titles in Dawn Theme 6.0.2 for controlled formatting, rather than automatic wrapping.

Current behavior: HTML
(line break) tags do not work in product titles. Explanation:
is an HTML line break tag; participants state it isn’t supported in product titles across themes.

Desired outcome: a title formatted with specific line breaks (e.g., splitting phrases onto separate lines).

Attempts and constraints: tried inserting “empty characters” (likely special whitespace), but each counts as ~5 characters and hits the 255-character limit for titles.

Proposed workaround idea: a code-based substitution that converts a dash (“-”) into a line break, allowing authors to write with dashes and render as line breaks.

Guidance offered: contact Shopify Support; a support link was shared. No theme code or Liquid/JS solution was provided.

Status: unresolved. Key open questions: whether any supported method (theme customization, metafields, or rendering logic) can introduce line breaks in titles without exceeding character limits or violating title HTML constraints.

Summarized with AI on February 13. AI used: gpt-5.

Hi,

using Dawn Theme version 6.0.2
Frustrated trying to find how to put line breaks in product titles.
Do not understand the thinking, as dawn product titles are boxed right , they have a propensity to wrap, if the title holds a load of specifics.
Why wont
work, what is the workaround?

Here is what I have:

Lot A1002: size 13cm

XS+ Lotus Root Chaplet:

Himalayan Live Seed

Ring, 1 G-Bead with 21
Rudraksha Seeds of
7mm dia.- 5 Face at
Grade 3

Here is what I am looking to achieve:

Lot A1002:
size 13cmXS+
Lotus Root Chaplet:

Himalayan Live Seed Ring,
1 G-Bead with
21 Rudraksha Seeds
of 7mm dia.
5 Face at Grade 3

Anybody have clue?
Thanks

1 Like

@qerebu

On the product title,
tag can’t work in any theme.

or you can contact to the Shopify Support team.

Thank you.

so…what will work?

@qerebu

you can contact to the Shopify Support team.

https://help.shopify.com/en/support/login

Trying to use empty characters, but they take up 5characters for each empty thy give: Exceeding 255max charactewr limit.
Is there code for a line break that would substitute for a dash?
Then I could write the product descriptions with a dash, and let the code substitute what it needs to make a line break.