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
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
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Whoops sorry! https://laz-the-plant-scientist.myshopify.com/ pword is test
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';
}
no rush thanks for url
.announcement--text {font-family: 'Lovato Regular' !important;}
Nice one thank you!
thanks for update