Textarea added into announcment banner in DAWN theme not allowing me to bold text

I cannot figure this out. I’ve tried both html and textarea and I cannot get the text to bold inside of either. I’ve tried to add a strong tag into the code. I’ve tried to add an inline style.

FREE SHIPPING | EASY RETURNS

FREE SHIPPING | EASY RETURNS

I’ve tried adding a bold style btwn the a and the href. I just don’t know. Any ideas?

1 Like

@TheThisThat

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.

@TheThisThat

From the announcement-bar.liquid file:

  1. replace “type”:“text” with “type”: “textarea”

  1. Replace " {{ block.settings.text | escape }}" with “{{ block.settings.text }}”

It should be all good now:

Kind regards,
Diego

Hi @TheThisThat ,

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.

As I said above I’ve tried textarea and html already and yes already removed the escape.

I finally resolved this. Apparently the header font wasn’t loaded into the settings file properly. Hopefully my pain will save someone else the hassle!