Hi Claire,
Please paste below CSS somewhere in your theme settings. Here 2088 is the ID of the announcement and #fff is the white color for the paragraph. You can change this as required.
#ancr-2088 p {
color: #fff;
}
The reason it was not working because, you have a “paragraph <p>
” tag in message which is taking the color from the theme.
Thanks,
Aakash