In this post I will guide you how to change color of bar announcement bar.
Solution
Step 1
Go to file Assets > base.css
Step 2
Add the following code at the bottom of the file
.announcement-bar {
background-color: #dfc7ca; /* background color */
}
.announcement-bar .announcement-bar__message {
color: #772C4F; /* text color */
}