How can I modify code to enlarge and bold text in Simple Theme's announcement bar?

I would like to know how to change the code to make the text bigger and bold in my announcement bar in the Simple Theme. www.aimhighshop.com

Hi @AimHighShop

Please add the following code to the bottom of your theme.scss file:

p.announcement-bar__message.site-wrapper {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 30px; /*Reduce Vertical Padding For More Visibility*/
}

Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!

1 Like

Excellent thank you so much!

You’re welcome! @AimHighShop

Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!