How to adjust announcement bar font and height size in Dawn 4 theme?

Hi There,

Can anyone help me adjust 1) announcement bar font size and 2) announcement bar height size in Dawn 4 theme?

One thing I didn’t mention is that I’ve had custom coding done - does this matter?

Hi @amexarchos
This is Victor from PageFly - Shopify Page Builder App

Please add this code to your base.css file to get this sove

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: find and click on base.css and paste the code at the bottom of the file

.announcement-bar {
height: 100px; //change this to change announcement bar height
}

.announcement-bar__message {
font-size: 14px; // change this to your requirement font-size
}

Hope this can help you solve the issue

Best regards,

Victor | PageFly