How do I make the announcement bar and/or text in the announcement bar bigger on the Craft theme

Hi,

How do I make the announcement bar and/or text in the announcement bar bigger? I have the Craft theme and my website is yangkeetrading.com. Thanks!

@yktmy ,

p.announcement-bar__message.h5 {
    font-size: 20px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

1 Like