How can I change the color of the text in my announcement header to white? I want that text color changed only - all other text in headings in the store to stay the same. I’m using Dawn theme. Here’s my store: https://mytwoladiesknitting.myshopify.com/
You could try add this to the bottom of your base.css file and click Save:
p.announcement-bar__message.h5 {
color: #ffffff;
}