Make my announcement bar text bold and font changed

Hello,

I just created an announcement bar at the top of my page but I cannot figure out how to make it bold.

I tried changing the text to a richtext in the announcement-bar.liquid but it presents me with issues.

Is there a way to make it’s text montserrat font and also make it bold?

The store is https://store.profilemusic.net.au/ and we are using the supply theme.

Cheers

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
.announcement-bar p {
font-weight: bold!important;
}
p.announcement-bar__message {
font-family: 'Montserrat'!important;
}

@ZestardTech

Thank you very much. Spot on!

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.