Adjusting Height for Announcement bar: Dawn Theme

How do I adjust the height in Dawn Theme for announcement bar to have words right underneath each other? I would like to type on 2 lines of announcement bar. I pressed the enter button after a sentence and wanted to put the discount code and time on another line for the same announcement bar. But the enter button didn’t work and words did not continue on the next line. This is pertaining to the New Year’s Bar.

Hello @NikkiArtofLove

You can do this by placing the
tag where you want the break.
Example: Line 1.
Line 2

I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

@NikkiArtofLove

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi @NikkiArtofLove

This is Victor from PageFly - Shopify Page Builder App

Please take a look at my screenshot, and follow it to achieve the 2 rows on the announcement bars.

Hope this can help you solve the issue

Best regards,

Victor | PageFly

Hello @GemPages

Thank you for your help. I added that within the text of the announcement bar, but it didn’t work.

Thanks again for responding!

Hello @PageFly-Victor ,

I am not sure if it’s the type of theme I have, but that didn’t work either.

Thanks a lot for your help!

Hello @KetanKumar ,

https://nikkiartoflove.com

Thank you

@NikkiArtofLove Please try this

Online Stores > Themes > Edit code > Search for annou and select the announcement file > Find the escape and delete it.
Save the file
And remember to do the ’ Line 1.
Line 2 ’

Thank you everyone for your help! After finding code by @Wahab_Ahmad , I was then able to follow @PageFly-Victor ,
step. I now have an announcement bar with 2 lines.

Below information from @Wahab_Ahmad for anyone who still needs help:

  1. Go to Online Store->Theme->Edit code
  2. section->header.liquid

Search below statement by using ctrl + F

section.settings.announcement_text

you will find

{{ section.settings.announcement_text | escape }}

then remove | escape

{{ section.settings.announcement_text }}

NOW SAVE FILE