How can I change the banner font to Lovato Regular on Blockshop theme?

Hi there

I would like to change the typeface of the announcement banner at the top of the page to Lovato Regular, the same as the rest of the site.

Site theme is blockshop, code is test

Cheers

Pete

1 Like

@peter550

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.

1 Like

Whoops sorry! https://laz-the-plant-scientist.myshopify.com/ pword is test

1 Like

Hello @peter550

You just need to add this code at the bottom of Online store-> Theme->Edit code-> Asset-> theme–critical.css

.announcement--text {
    font-family: 'Lovato Regular';
}

@peter550

no rush thanks for url

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme–critical.css ->paste below code at the bottom of the file.
.announcement--text {font-family: 'Lovato Regular' !important;}
1 Like

Nice one thank you!

1 Like

@peter550

thanks for update

1 Like