Hi Jeff,
The theme you have is taking priority over the color set by announcer.
Can you please use the following code as the announcement content ? You can replace “red” with the color you need.
<strong style="color:red">MY ANNOUNCEMENT</strong>
(or)
You can paste below CSS in your theme settings.
.ancr .ancr-content p {
color: inherit;
}
Let me know if it helps.
Thanks,
Aakash