Dawn theme - font size change on announcement bar

I use Dawn and want to increase the font and make it bold on my announcement.

@WW3311 Can you please share this page link?

https://weaversweft.com/

Just getting started. Feel free to pass along any other suggestions.

@WW3311 - not able to see announcement text

@WW3311

please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

adjust number 18 as per the need

.announcement-bar__message{font-size: 18px;}

Hi @WW3311

o complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
.announcement-bar * {
    font-size: 20px !important;
    font-weight: 900 !important;
}

Here is the result:

I hope this helps

Best,

Daisy