Two lines in product title for Dawn Theme

Hi, I am trying to add a second line in the dawn theme. I have tried replacing a hyphen with
but did not work. I also tried doing it with metafields but I couldn’t figure it out
I’m attaching a picture to show what I would like to do

Hi @tonyec7 ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

vlexinbrand.com is the website. I currently do not have the dawn theme applied, but I can share the preview

https://2stydgh1yz85bvj1-12270239840.shopifypreview.com

I think, you should add padding bottom of title to create space underneath it you can do it by going into main-product css file.

HI @tonyec7 ,

You can follow the instruction below:

First you can add
for title. Then:

  1. Go to Online Store->Theme->Edit code
  2. Find card-product.liquid file → Then find “card_product.title”, remove " | escape"

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Hi, Can you explain how to add
for title?