How do I add a custom font ONLY to the announcement bar without changing other headers?

Shop: try-nellies-boutique.myshopify.com

Password: lavishprintshop

Hi, i’m trying to change the announcement bar to a custom font, but when I do this it changes other headlines on my store as well. How do I change ONLY the announcement bar font?

Thank you so much :heart:

1 Like

hello, Kirstenlc5

go to online store > themes > actions > edit code > base.css

at the end of this file, add this:

.announcement-bar__message {
font-family: 'your-font' !important;
}

replace the ‘your-font’ with the actual name of your font, keep the ‘!important’