How do I change the text color in the announcement bar of my site? (Dawn Theme)

I want to change the color of the font in the announcement bar to white (fff) but I can’t find the code. Can someone help? Thanks!

Hi @Posie-Fields ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the TOP of the file:

.announcement-bar__message {
    color: #fff !important;
}

I hope it would help you
Best regards,

Richard | PageFly

Hello @Posie-Fields

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you.

in the customizer of the theme → Announcement bar → custom css:

Added new css:

.announcement-bar {
  background: #bf9988;
}
p {
  color: #ffffff;
}

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

Worked perfectly, thank you!